Struct deser_path::Path
source · [−]pub struct Path { /* private fields */ }Expand description
The current path of the serialization.
This type is stored in the state and can be retrieved at any point. By
inspecting the segments a serializer can figure out
where it’s invoked from.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Path
impl UnwindSafe for Path
Blanket Implementations
Mutably borrows from an owned value. Read more