Trait parst::Deparsable[][src]

pub trait Deparsable {
    fn write(&self, w: impl Write) -> Result<()>;
}

Required methods

Implementations on Foreign Types

Implementors