ParseMode
docs
This commit is contained in:
parent
c368a51fe1
commit
72369c306e
@ -107,7 +107,9 @@ pub trait Mode {
|
|||||||
) -> Self::ExtensionResult<AB, E>;
|
) -> Self::ExtensionResult<AB, E>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Type that a [`Mode`] associated with it.
|
||||||
pub trait ParseMode {
|
pub trait ParseMode {
|
||||||
|
/// Associated [`Mode`].
|
||||||
type Mode: ?Sized + Mode;
|
type Mode: ?Sized + Mode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user