wiwi::serialiser::binary

Trait Serialiser

Source
pub trait Serialiser<'h>: Sized {
    // Required method
    fn serialise<O>(&self, out: O)
       where O: Output;
}

Required Methods§

Source

fn serialise<O>(&self, out: O)
where O: Output,

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§