Home
last modified time | relevance | path

Searched refs:ChannelBody (Results 1 – 1 of 1) sorted by relevance

/tonic/tests/compression/src/
H A Dutil.rs86 struct ChannelBody<T> { struct
91 impl<T> ChannelBody<T> { impl
98 impl<T> HttpBody for ChannelBody<T> implementation
119 let (tx, new_body) = ChannelBody::new(); in measure_request_body_size_layer()