[][src]Trait avdl_serde_code_generator::to_rust::WriteTo

pub trait WriteTo {
    fn write_to<W: Write>(&self, w: &mut W) -> Result<(), Error>;
}

Required methods

fn write_to<W: Write>(&self, w: &mut W) -> Result<(), Error>

Loading content...

Implementors

Loading content...