Type Alias linera_execution::UserServiceInstance
source · pub type UserServiceInstance = Box<dyn UserService>;
Expand description
An implementation of UserService
.
Aliased Type§
struct UserServiceInstance(/* private fields */);