Trait async_prost::ShallDecodeBody[][src]

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