Trait wasm_rpc::Bytes[][src]

pub trait Bytes<T> {
    fn value(&self) -> T;
}

Required Methods

Implementations on Foreign Types

impl Bytes<u64> for Vec<u8>
[src]

impl Bytes<u32> for Vec<u8>
[src]

Implementors