Trait substrate_subxt::system::SystemEventsDecoder[][src]

pub trait SystemEventsDecoder {
    fn with_system(&mut self);
}

EventsDecoder extension trait.

Required methods

fn with_system(&mut self)[src]

Registers this modules types.

Loading content...

Implementors

impl<T: System> SystemEventsDecoder for EventsDecoder<T>[src]

Loading content...