Function bert::term_to_binary [] [src]

pub fn term_to_binary<T>(value: &T) -> Result<Vec<u8>> where
    T: Serialize

Convert passed value to a BERT representation.