Trait nom::AsBytes [] [src]

pub trait AsBytes {
    fn as_bytes(&self) -> &[u8];
}

Required Methods

fn as_bytes(&self) -> &[u8]

Implementors