Trait rpcx_protocol::call::RpcxParam[][src]

pub trait RpcxParam: Debug {
    fn into_bytes(&self, st: SerializeType) -> Result<Vec<u8>>;
fn from_slice(&mut self, st: SerializeType, data: &[u8]) -> Result<()>; }

Required methods

Implementations on Foreign Types

Implementors