Function rustot::ota::encoding::cbor::to_slice[][src]

pub fn to_slice<T>(value: &T, slice: &mut [u8]) -> Result<usize, ()> where
    T: Serialize