Trait ibc_data_types::primitives::ToVec
source · pub trait ToVec {
// Required method
fn to_vec(&self) -> Vec<u8> ⓘ;
}
Expand description
Convenient trait for converting types to a raw Protobuf Vec<u8>
.
pub trait ToVec {
// Required method
fn to_vec(&self) -> Vec<u8> ⓘ;
}
Convenient trait for converting types to a raw Protobuf Vec<u8>
.