Iterative docs fix
This commit is contained in:
parent
a791fb818f
commit
2a2ea431ac
@ -39,9 +39,9 @@ pub type IterativeWrapped<'a, G> = <<G as Iterative<'a>>::T as WeakFunctor>::F<
|
|||||||
|
|
||||||
/// Value passed to [`Monad::iibind`].
|
/// Value passed to [`Monad::iibind`].
|
||||||
pub trait Iterative<'a>: 'a + Sized {
|
pub trait Iterative<'a>: 'a + Sized {
|
||||||
/// [`ControlFlow::Continue`]
|
/// [`ControlFlow::Continue`].
|
||||||
type A: 'a;
|
type A: 'a;
|
||||||
/// [`ControlFlow::Break`]
|
/// [`ControlFlow::Break`].
|
||||||
type B: 'a;
|
type B: 'a;
|
||||||
/// Corresponding [`WeakFunctor`].
|
/// Corresponding [`WeakFunctor`].
|
||||||
type T: 'a + ?Sized + WeakFunctor;
|
type T: 'a + ?Sized + WeakFunctor;
|
||||||
|
Loading…
Reference in New Issue
Block a user