pub type Disambiguate = Any<Disambiguate>;Expand description
The core.disambiguate key.
Implementations§
source§impl Disambiguate
impl Disambiguate
sourcepub fn try_into_object_kind_hint(
&'static self,
value: Cow<'_, BStr>
) -> Result<Option<ObjectKindHint>, GenericErrorWithValue>
pub fn try_into_object_kind_hint( &'static self, value: Cow<'_, BStr> ) -> Result<Option<ObjectKindHint>, GenericErrorWithValue>
Convert a disambiguation marker into the respective enum.