Struct RelativePath
Source pub struct RelativePath { }
Expand description
A wrapper for BStr
. It is used to enforce the following constraints:
- The path separator always is
/
, independent of the platform.
- Only normal components are allowed.
- It is always represented as a bunch of bytes.
Converts this type into a shared reference of the (usually inferred) input type.
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.
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.
The type returned in the event of a conversion error.
Performs the conversion.
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more