AZ
and_then
у футурыSize: a a a
AZ
and_then
у футурыAZ
fn and_then<F, B>(self, f: F) -> AndThen<Self, B, F>
where
F: FnOnce(Self::Item) -> B,
B: IntoFuture<Error = Self::Error>,
Self: Sized,
AZ
AZ
AZ
p
AZ
AZ
AZ
AZ
AZ
p
AZ
fn and_then<F, B>(self: Box<dyn Future>, f: F) -> Box<dyn Future>
AZ
AZ
AZ
AZ
AZ
AZ
AZ