Searched defs:DocFS (Results 1 – 1 of 1) sorted by relevance
26 pub(crate) struct DocFS { struct32 impl DocFS { argument33 pub(crate) fn new(errors: Sender<String>) -> DocFS { in new()88 impl Drop for DocFS { implementation