[][src]Trait tree_buf::reader_writer::Writable

pub trait Writable: Sized {
    type Writer: Writer<Write = Self>;
}

Associated Types

type Writer: Writer<Write = Self>

Loading content...

Implementations on Foreign Types

impl<T: Writable> Writable for Option<T>[src]

impl<T: Writable> Writable for Vec<T>[src]

Loading content...

Implementors

impl<T: Primitive + Copy> Writable for T[src]

Loading content...