Function fixpoint::fix_result [] [src]

pub fn fix_result<A, E, F: FnMut(A) -> Result<Fix<A>, E>>(
    a: A,
    f: F
) -> Result<A, E>