pub trait Serializable {
    fn dump<W: Write>(&self, fp: W) -> Result<()>;
}

Required methods

Implementations on Foreign Types

Implementors