Trait HttpStreamBuilder

Source
pub trait HttpStreamBuilder {
    type Response;

    // Required method
    fn stream_builder(self) -> HttpFn<Self::Response>;
}

Required Associated Types§

Required Methods§

Implementors§