[][src]Function cosmwasm_std::to_binary

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