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