IntoInner
xmtp_
api_
grpc
1.8.0-dev
Into
Inner
Required Associated Types
Out
Required Methods
into_inner
Implementations on Foreign Types
Response<Streaming<Bytes>>
Implementors
In xmtp_
api_
grpc::
streams
xmtp_api_grpc
::
streams
Trait
Into
Inner
Copy item path
Source
pub trait IntoInner { type
Out
; // Required method fn
into_inner
(self) -> Self::
Out
; }
Required Associated Types
§
Source
type
Out
Required Methods
§
Source
fn
into_inner
(self) -> Self::
Out
Implementations on Foreign Types
§
Source
§
impl
IntoInner
for Response<Streaming<Bytes>>
Source
§
type
Out
= Streaming<Bytes>
Source
§
fn
into_inner
(self) -> Self::
Out
Implementors
§