pub type UserContractInstance = Box<dyn UserContract>;Expand description
An implementation of UserContract.
Aliased Typeยง
pub struct UserContractInstance(/* private fields */);pub type UserContractInstance = Box<dyn UserContract>;An implementation of UserContract.
pub struct UserContractInstance(/* private fields */);