Trait faerie::artifact::Object [] [src]

pub trait Object {
    fn to_bytes(artifact: &Artifact) -> Result<Vec<u8>, Error>;
}

The interface for an object file which different binary container formats implement to marshall an artifact into a blob of bytes

Required Methods

Implementors