Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/
Derror.rs706 pub enum StrContextValue { enum
715 impl From<char> for StrContextValue { implementation
722 impl From<&'static str> for StrContextValue { implementation
729 impl crate::lib::std::fmt::Display for StrContextValue { implementation