[][src]Trait persia_speedy::Context

pub trait Context {
    type Error: From<Error> + IsEof;
    pub fn endianness(&self) -> Endianness;
}

Associated Types

Loading content...

Required methods

pub fn endianness(&self) -> Endianness[src]

Loading content...

Implementors

impl Context for Endianness[src]

type Error = Error

impl Context for BigEndian[src]

type Error = Error

impl Context for LittleEndian[src]

type Error = Error

Loading content...