[][src]Trait portablegabi_pallet::Trait

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

The pallet's configuration trait.

Associated Types

type Event: From<Event<Self>> + Into<Self::Event>

The overarching event type.

Loading content...

Implementors

Loading content...