[][src]Trait wasm_rpc::FromBytes

pub trait FromBytes {
    fn from_bytes(_bytes: Vec<u8>) -> Self;
}

Required methods

fn from_bytes(_bytes: Vec<u8>) -> Self

Loading content...

Implementations on Foreign Types

impl FromBytes for u64[src]

Loading content...

Implementors

Loading content...