pub type Error = Error;Expand description
The error used in the PartialNameRef::try_from(…) implementations.
Aliased Type§
enum Error {
Tag(Error),
SomeLowercase,
StartsWithSlash,
RepeatedSlash,
SingleDot,
}pub type Error = Error;The error used in the PartialNameRef::try_from(…) implementations.
enum Error {
Tag(Error),
SomeLowercase,
StartsWithSlash,
RepeatedSlash,
SingleDot,
}