Trait async_prost::ShallDecodeBody[][src]

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

indicate if we shall decode body or not

Required methods

fn shall_decode_body(&self) -> bool[src]

return true if decode body is required

Loading content...

Implementors

Loading content...