Searched defs:str (Results 1 – 4 of 4) sorted by relevance
| /rust/macros/ |
| D | module.rs | 40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base() 78 fn emit_only_builtin(&mut self, field: &str, content: &str) { in emit_only_builtin() 82 fn emit_only_loadable(&mut self, field: &str, content: &str) { in emit_only_loadable() 86 fn emit(&mut self, field: &str, content: &str) { in emit()
|
| /rust/ |
| D | build_error.rs | 29 pub const fn build_error(msg: &'static str) -> ! { in build_error()
|
| /rust/kernel/ |
| D | str.rs | 280 pub fn to_str(&self) -> Result<&str, core::str::Utf8Error> { in to_str() 302 pub unsafe fn as_str_unchecked(&self) -> &str { in as_str_unchecked() 539 fn deref(&self) -> &str { in deref() 550 const ALL_ASCII_CHARS: &'static str = variable
|
| D | lib.rs | 66 pub mod str; module
|