makepad_live_compiler::live_node_cbor

Trait LiveNodeVecFromCbor

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

Required Methods§

Source

fn from_cbor(&mut self, buf: &[u8]) -> Result<(), LiveNodeFromCborError>

Implementations on Foreign Types§

Source§

impl LiveNodeVecFromCbor for Vec<LiveNode>

Source§

fn from_cbor(&mut self, data: &[u8]) -> Result<(), LiveNodeFromCborError>

Implementors§