pub trait FromHttpBytes: Sized {
    fn from_http_bytes(
        input: Vec<u8, Global>
    ) -> Result<Self, Error<impl Scope>>; }

Required Methods§

Implementations on Foreign Types§

Implementors§