Trait bp7::bundle::Block

source ·
pub trait Block {
    // Required method
    fn to_cbor(&self) -> ByteBuffer;
}

Required Methods§

source

fn to_cbor(&self) -> ByteBuffer

Convert block struct to a serializable enum

Implementors§