Searched defs:StaticFile (Results 1 – 1 of 1) sorted by relevance
11 pub(crate) struct StaticFile { struct16 impl StaticFile { implementation17 fn new(filename: &str, bytes: &'static [u8]) -> StaticFile { in new()42 impl fmt::Display for StaticFile { implementation