Trait git_object::WriteTo[][src]

pub trait WriteTo {
    fn write_to(&self, out: impl Write) -> Result<()>;
fn kind(&self) -> Kind; }
Expand description

Writing of objects to a Write implementation

Required methods

Write a representation of this instance to out.

Returns the type of this object.

Implementations on Foreign Types

Implementors

Serialization

Serialization

Serialization

Serialization