[][src]Trait oasis_std::exe::Service

pub trait Service {
    fn coalesce() -> Self;
fn sunder(c: Self); }

Required methods

fn coalesce() -> Self

Builds a service struct from items in Storage.

fn sunder(c: Self)

Stores a service struct to Storage.

Loading content...

Implementors

Loading content...