Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/utf-8/src/
Dlossy.rs23 pub struct LossyDecoder<F: FnMut(&str)> { struct
28 impl<F: FnMut(&str)> LossyDecoder<F> { implementation
85 impl<F: FnMut(&str)> Drop for LossyDecoder<F> { implementation