AZ
trait AndThen {
fn and_then<A, B, F>(self: Self<A>, f: F) -> Self<B>
where F : Fn(A) -> Self<B>
}
Size: a a a
AZ
trait AndThen {
fn and_then<A, B, F>(self: Self<A>, f: F) -> Self<B>
where F : Fn(A) -> Self<B>
}
AZ
p
trait AndThen {
fn and_then<A, B, F>(self: Self<A>, f: F) -> Self<B>
where F : Fn(A) -> Self<B>
}
AZ
PL
p
AZ
DS
p
DS
p
AZ
impl<T, E> AndThen<T> for Result<T, E> { .. }
DS
impl<T, E> AndThen<T> for Result<T, E> { .. }
DS
impl<T, E> AndThen<T> for Result<T, E> { .. }
`
r
trait AndThen {
fn and_then<A, B, F>(self: Self<A>, f: F) -> Self<B>
where F : Fn(A) -> Self<B>
}
DS
D
trait AndThen {
fn and_then<A, B, F>(self: Self<A>, f: F) -> Self<B>
where F : Fn(A) -> Self<B>
}
AZ
AZ
p