Trait linera_sdk::linera_base_types::Abi

source ·
pub trait Abi: ContractAbi + ServiceAbi { }
Expand description

A trait that includes all the types exported by a Linera application (both contract and service).

Implementors§

source§

impl<T> Abi for T