[][src]Trait la::sm::Push

pub trait Push<I, O> {
    fn push(&mut self, _: I) -> Option<O>;
}

Required methods

fn push(&mut self, _: I) -> Option<O>

Loading content...

Implementors

impl<B> Push<B, usize> for State where
    B: Bus
[src]

impl<B> Push<B, usize> for SyncSer where
    B: Bus
[src]

impl<B> Push<B, usize> for Uart where
    B: Bus
[src]

impl<B> Push<B, Vec<u8>> for Slip where
    B: Bus
[src]

Loading content...