[−][src]Trait tower_grpc::Body
A "trait alias" for tower_http_service::Body
with bounds required by
tower-grpc.
Not to be implemented directly, but instead useful for reducing bounds boilerplate.
A "trait alias" for tower_http_service::Body
with bounds required by
tower-grpc.
Not to be implemented directly, but instead useful for reducing bounds boilerplate.
fn is_end_stream(&self) -> bool
fn poll_data(&mut self) -> Poll<Option<Self::Data>, Self::Error>
fn poll_trailers(&mut self) -> Poll<Option<HeaderMap>, Self::Error>