Trait lang_util_dev::test_util::PathKey
source · [−]pub trait PathKey: Display + PartialEq + Eq + Hash + Clone + Sized {
fn all() -> &'static [Self]ⓘNotable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]
;
fn local_results_prefix() -> &'static str { ... }
fn public_results_prefix() -> &'static str { ... }
}
Expand description
Key for differentiating between kinds of test outputs
Required Methods
Provided Methods
sourcefn local_results_prefix() -> &'static str
fn local_results_prefix() -> &'static str
Return the directory name for the local results
sourcefn public_results_prefix() -> &'static str
fn public_results_prefix() -> &'static str
Return the directory name for the public results