[][src]Trait web_dom::IntoBytes

pub trait IntoBytes {
    fn into_bytes(self) -> Vec<u8>;
}

Required methods

fn into_bytes(self) -> Vec<u8>

Loading content...

Implementations on Foreign Types

impl<T> IntoBytes for Vec<T>[src]

Loading content...

Implementors

Loading content...