Searched defs:try_into_converted (Results 1 – 4 of 4) sorted by relevance
914 pub(crate) fn try_into_converted<P>( in try_into_converted() method
90 pub fn try_into_converted<P>(self) -> Result<CodePointMapData<P>, zerovec::ule::UleError> in try_into_converted() method
489 pub fn try_into_converted<P>(self) -> Result<CodePointTrie<'trie, P>, UleError> in try_into_converted() method
565 pub fn try_into_converted<P: AsULE>(self) -> Result<ZeroVec<'a, P>, UleError> { in try_into_converted() method