[][src]Trait izanami_util::MapAsyncExt

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

Required methods

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

Loading content...

Implementations on Foreign Types

impl<T, E> MapAsyncExt<T, E> for Poll<T, E>[src]

Loading content...

Implementors

Loading content...