Trait noble_example_parallel::Config[][src]

pub trait Config: Config {
    type Event: From<Event> + Into<Self::Event>;
    type Call: From<Call<Self>>;
}

Associated Types

type Event: From<Event> + Into<Self::Event>[src]

The overarching event type.

type Call: From<Call<Self>>[src]

The overarching dispatch call type.

Loading content...

Implementors

Loading content...