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