Function cosmwasm_std::to_binary

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