pub trait Writable {
    fn write(self, writer: &mut impl Writer);
}

Required Methods§

Implementations on Foreign Types§

Implementors§