Trait linera_base::abi::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