Trait ShallDecodeBody

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

indicate if we shall decode body or not

Required Methods§

Source

fn shall_decode_body(&self) -> bool

return true if decode body is required

Implementors§