Home
last modified time | relevance | path

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

/third_party/rust/rust/src/librustdoc/html/
Dstatic_files.rs11 pub(crate) struct StaticFile { struct
16 impl StaticFile { implementation
17 fn new(filename: &str, bytes: &'static [u8]) -> StaticFile { in new()
42 impl fmt::Display for StaticFile { implementation