Searched defs:IntoCowStr (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | error.rs | 76 pub trait IntoCowStr: private::Sealed { interface 80 impl IntoCowStr for &'static str { impl 423 fn context<C>(self, context: C) -> Self::Output in context() 428 fn with_context<C, F>(self, f: F) -> Self::Output in with_context() 437 fn context<C>(self, context: C) -> Self::Output in context() 444 fn with_context<C, F>(self, f: F) -> Self::Output in with_context() 459 fn context<C>(self, context: C) -> Self::Output in context() 469 fn with_context<C, F>(self, f: F) -> Self::Output in with_context() 484 fn context<C>(self, context: C) -> Self::Output in context() 491 fn with_context<C, F>(self, f: F) -> Self::Output in with_context()
|