Iterative
docs remove crate::
This commit is contained in:
parent
45f554fbad
commit
b65033572c
@ -56,7 +56,7 @@ pub type IterativeWrapped<'a, F> =
|
|||||||
|
|
||||||
/// Value passed to [`Monad::iterate`].
|
/// Value passed to [`Monad::iterate`].
|
||||||
///
|
///
|
||||||
/// [`Monad::iterate`]: crate::func::Monad::iterate
|
/// [`Monad::iterate`]: super::Monad::iterate
|
||||||
pub trait Iterative<'a>: 'a + Sized {
|
pub trait Iterative<'a>: 'a + Sized {
|
||||||
/// [`ControlFlow::Break`].
|
/// [`ControlFlow::Break`].
|
||||||
type B: 'a;
|
type B: 'a;
|
||||||
|
Loading…
Reference in New Issue
Block a user