[][src]Trait wasm_rpc::ToBytes

pub trait ToBytes {
    fn to_bytes(self) -> Vec<u8>;
}

Required methods

fn to_bytes(self) -> Vec<u8>

Loading content...

Implementations on Foreign Types

impl ToBytes for u64[src]

Loading content...

Implementors

Loading content...