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

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

EventsDecoder extension trait.

Required methods

fn with_system(&mut self)

Registers this modules types.

Loading content...

Implementors

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

Loading content...