[go: up one dir, main page]

Type Definition gix::config::tree::core::Disambiguate

source ·
pub type Disambiguate = Any<Disambiguate>;
Expand description

The core.disambiguate key.

Implementations§

source§

impl Disambiguate

source

pub fn try_into_object_kind_hint( &'static self, value: Cow<'_, BStr> ) -> Result<Option<ObjectKindHint>, GenericErrorWithValue>

Convert a disambiguation marker into the respective enum.