pub trait IntoHttpBytes {
    fn into_http_bytes(self) -> Result<Vec<u8, Global>, Error<impl Scope>>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§