Trait commonlib::http::Unmarshal

source ·
pub trait Unmarshal {
    // Required method
    fn unmarshal(request_data: &str) -> Option<Self>
       where Self: Sized;
}

Required Methods§

source

fn unmarshal(request_data: &str) -> Option<Self>
where Self: Sized,

Implementors§