linera_execution

Type Alias UserServiceInstance

Source
pub type UserServiceInstance = Box<dyn UserService>;
Expand description

An implementation of UserService.

Aliased Typeยง

struct UserServiceInstance(/* private fields */);