[][src]Trait fable_data::Encode

pub trait Encode {
    fn encode<Sink>(&self, output: &mut Sink) -> Result<(), Error>
    where
        Sink: Write + Seek
; }

Trait that encoders implement.

Required methods

fn encode<Sink>(&self, output: &mut Sink) -> Result<(), Error> where
    Sink: Write + Seek

Loading content...

Implementors

Loading content...