[][src]Trait izanami_util::MapAsyncOptExt

pub trait MapAsyncOptExt<T, E> {
    fn map_async_opt<U>(self, op: impl FnOnce(T) -> U) -> Poll<Option<U>, E>;
}

Required methods

fn map_async_opt<U>(self, op: impl FnOnce(T) -> U) -> Poll<Option<U>, E>

Loading content...

Implementations on Foreign Types

impl<T, E> MapAsyncOptExt<T, E> for Poll<Option<T>, E>[src]

Loading content...

Implementors

Loading content...