Trait pssh_box::ToBytes

source ·
pub trait ToBytes {
    // Required method
    fn to_bytes(&self) -> Vec<u8> ;
}

Required Methods§

source

fn to_bytes(&self) -> Vec<u8>

Implementors§