Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/data-encoding/src/
Dlib.rs854 pub type InternalEncoding = Cow<'static, [u8]>; typedef
858 pub type InternalEncoding = &'static [u8]; typedef