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

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

fn into_bytes(&self, st: SerializeType) -> Result<Vec<u8>>

fn from_slice(&mut self, st: SerializeType, data: &[u8]) -> Result<()>

Loading content...

Implementations on Foreign Types

impl RpcxParam for BytesMut[src]

Loading content...

Implementors

Loading content...