[][src]Trait ubjson::Parsable

pub trait Parsable<'a>: Sized {
    fn parse(i: &'a [u8]) -> IResult<&'a [u8], Self, UbjsonError<'_>>;
}

Required methods

Loading content...

Implementors

impl<'a> Parsable<'a> for Marker[src]

impl<'a> Parsable<'a> for StringValue<'a>[src]

Loading content...