Trait dvi::Dump [] [src]

pub trait Dump {
    fn dump<W>(&self, _: &mut W) -> Result<()>
    where
        W: Write
; }

A type that can be written to a stream (serialized)

Required Methods

Implementors