pub struct PathSerializable<'a> { /* private fields */ }
Expand description

Wraps a serializable so that it tracks the current path.

Implementations

Wraps another serializable.

Wraps another serializable ref.

Trait Implementations

Serializes this serializable.

Invoked after the serialization finished. Read more

Returns the descriptor of this serializable if it exists.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.