[][src]Trait sunshine_faucet_client::FaucetEventsDecoder

pub trait FaucetEventsDecoder {
    fn with_faucet(&mut self);
}

EventsDecoder extension trait.

Required methods

fn with_faucet(&mut self)

Registers this modules types.

Loading content...

Implementations on Foreign Types

impl<T: Faucet> FaucetEventsDecoder for EventsDecoder<T>[src]

Loading content...

Implementors

Loading content...