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