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