InliningResultExt
docs
This commit is contained in:
parent
32012615b4
commit
0cb07f105f
@ -59,6 +59,7 @@ impl<D: ?Sized + Deserializer> Inlining for &mut D {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// [`InliningResultExt::seal`].
|
||||||
pub trait InliningResultExt<A, E> {
|
pub trait InliningResultExt<A, E> {
|
||||||
/// Drop the deserializer from parsing result.
|
/// Drop the deserializer from parsing result.
|
||||||
fn seal(self) -> Result<A, E>;
|
fn seal(self) -> Result<A, E>;
|
||||||
|
Loading…
Reference in New Issue
Block a user