linera_execution

Type Alias UserServiceCode

Source
pub type UserServiceCode = Box<dyn UserServiceModule + Send + Sync>;
Expand description

An implementation of UserServiceModule.

Aliased Type§

struct UserServiceCode(/* private fields */);

Trait Implementations§

Source§

impl<T: UserServiceModule + Send + Sync + 'static> From<T> for UserServiceCode

Source§

fn from(module: T) -> Self

Converts to this type from the input type.