Type Alias gix_ref::name::Error

source ·
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,
}

Variants§

§

Tag(Error)

§

SomeLowercase

§

StartsWithSlash

§

RepeatedSlash

§

SingleDot