Home
last modified time | relevance | path

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

/third_party/rust/rust/library/test/src/formatters/
Djunit.rs12 pub struct JunitFormatter<T> { struct
17 impl<T: Write> JunitFormatter<T> { implementation
41 impl<T: Write> OutputFormatter for JunitFormatter<T> { implementation