Function fadroma::prelude::to_binary

source ·
pub fn to_binary<T>(data: &T) -> Result<Binary, StdError>where
    T: Serialize + ?Sized,