[][src]Trait mangadex_fs::ipc::IpcTryReceive

pub trait IpcTryReceive: Sized {
#[must_use]    fn ipc_try_receive<'life0, 'async_trait, R: AsyncRead + Unpin + Send>(
        stream: &'life0 mut R
    ) -> Pin<Box<dyn Future<Output = Result<Option<Self>>> + Send + 'async_trait>>
    where
        R: 'async_trait,
        'life0: 'async_trait,
        Self: 'async_trait
; }

Required methods

#[must_use]fn ipc_try_receive<'life0, 'async_trait, R: AsyncRead + Unpin + Send>(
    stream: &'life0 mut R
) -> Pin<Box<dyn Future<Output = Result<Option<Self>>> + Send + 'async_trait>> where
    R: 'async_trait,
    'life0: 'async_trait,
    Self: 'async_trait, 

Loading content...

Implementations on Foreign Types

impl IpcTryReceive for ()[src]

impl IpcTryReceive for u8[src]

impl IpcTryReceive for String[src]

impl<T: IpcTryReceive + Send> IpcTryReceive for Vec<T>[src]

impl<T: IpcTryReceive, E: IpcTryReceive> IpcTryReceive for Result<T, E>[src]

impl<T: IpcTryReceive> IpcTryReceive for Option<T>[src]

Loading content...

Implementors

impl IpcTryReceive for Command[src]

impl IpcTryReceive for Response[src]

impl IpcTryReceive for FollowsEntry[src]

impl IpcTryReceive for MDListEntry[src]

impl IpcTryReceive for MDListParams[src]

impl IpcTryReceive for SearchEntry[src]

impl IpcTryReceive for SearchParams[src]

impl IpcTryReceive for MangaDexSession[src]

Loading content...