pub trait LiveNodeSliceToCbor {
    fn to_cbor(&self, parent_index: usize) -> Result<Vec<u8>, String>;
}

Required Methods

Implementors