pub trait ItemObjectEncodable {
// Required methods
fn label(&self) -> &str;
fn write_object_onto(&self, b: &mut Vec<u8>) -> Result<(), Bug>;
}Available on crate feature
encode only.Expand description
An Object value that be encoded into a netdoc