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

Required Methods

Implementations on Foreign Types

Implementors