Function ecksport_codec::encode_to_vec
source ยท pub fn encode_to_vec<T: RpcCodec>(v: &T) -> Result<Vec<u8>, CodecError>Expand description
Encodes the type into a vec.
pub fn encode_to_vec<T: RpcCodec>(v: &T) -> Result<Vec<u8>, CodecError>Encodes the type into a vec.