Trait parquet_format_safe::thrift::protocol::AsyncReadThrift
source · pub trait AsyncReadThrift: Send + Sized {
// Required method
fn stream_from_in_protocol<'life0, 'async_trait, T>(
i_prot: &'life0 mut T
) -> Pin<Box<dyn Future<Output = Result<Self>> + Send + 'async_trait>>
where T: 'async_trait + TInputStreamProtocol,
Self: 'async_trait,
'life0: 'async_trait;
}
Required Methods§
fn stream_from_in_protocol<'life0, 'async_trait, T>(
i_prot: &'life0 mut T
) -> Pin<Box<dyn Future<Output = Result<Self>> + Send + 'async_trait>>where
T: 'async_trait + TInputStreamProtocol,
Self: 'async_trait,
'life0: 'async_trait,
Object Safety§
This trait is not object safe.