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