Trait automaton::Input [] [src]

pub trait Input<T: Token> {
    fn as_u32(&self) -> u32;
}

Required Methods

fn as_u32(&self) -> u32

Implementors