Home
last modified time | relevance | path

Searched defs:DecodedException (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/icu_casemap/src/provider/
Dexceptions.rs428 pub struct DecodedException<'a> { struct
447 impl DecodedException<'_> { argument
522 fn test_roundtrip_once(exception: DecodedException) { in test_roundtrip_once()