Home
last modified time | relevance | path

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

/third_party/rust/crates/log/src/
Dlib.rs956 pub fn file_static(&self) -> Option<&'static str> { in file_static() method
1119 pub fn file_static(&mut self, file: Option<&'static str>) -> &mut RecordBuilder<'a> { in file_static() method