Function cosmwasm_std::to_binary[][src]

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