pub trait ShallDecodeBody {
    // Required method
    fn shall_decode_body(&self) -> bool;
}Expand description
indicate if we shall decode body or not
Required Methods§
Sourcefn shall_decode_body(&self) -> bool
 
fn shall_decode_body(&self) -> bool
return true if decode body is required