Trait rsmorphy::dawg::value::DawgValue [] [src]

pub trait DawgValue {
    fn from_bytes(_: &[u8]) -> Self;
}

Required Methods

Implementors