gix_ref::name

Type Alias Error

source
pub type Error = Error;
Expand description

The error used in the PartialNameRef::try_from(…) implementations.

Aliased Type§

enum Error {
    Tag(Error),
    SomeLowercase,
}

Variants§

§

Tag(Error)

§

SomeLowercase