[][src]Trait wasmly::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 Vec<WebAssembly>[src]

Loading content...

Implementors

impl ToBytes for WebAssembly[src]

Loading content...