[−][src]Trait tower_grpc::client::Encodable
Convert a stream of protobuf messages to an HTTP body payload.
Required methods
fn into_encode(self) -> T
Implementors
impl<T, U> Encodable<BoxBody> for T where
T: Stream<Item = U, Error = Status> + Send + 'static,
U: Message + 'static,
[src]
T: Stream<Item = U, Error = Status> + Send + 'static,
U: Message + 'static,