Function fadroma::prelude::to_vec

source ·
pub fn to_vec<T>(data: &T) -> Result<Vec<u8, Global>, StdError>where
    T: Serialize + ?Sized,