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