Trait makepad_draw::LiveNodeSliceToCbor
pub trait LiveNodeSliceToCbor {
// Required method
fn to_cbor(&self, parent_index: usize) -> Result<Vec<u8, Global>, String>;
}pub trait LiveNodeSliceToCbor {
// Required method
fn to_cbor(&self, parent_index: usize) -> Result<Vec<u8, Global>, String>;
}