pub trait LiveNodeVecFromCbor { // Required method fn from_cbor(&mut self, buf: &[u8]) -> Result<(), LiveNodeFromCborError>; }