pub trait ShallDecodeBody {
    fn shall_decode_body(&self) -> bool;
}
Expand description

indicate if we shall decode body or not

Required Methods

return true if decode body is required

Implementors