Enum minihttpse::HttpError
[−]
[src]
pub enum HttpError {
Parse(&'static str),
}http response parse error type
Variants
Parse(&'static str)Trait Implementations
impl Debug for HttpError[src]
impl Clone for HttpError[src]
fn clone(&self) -> HttpError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more