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
fn local_results_prefix() -> &'static str
fn local_results_prefix() -> &'static str
Return the directory name for the local results
fn public_results_prefix() -> &'static str
fn public_results_prefix() -> &'static str
Return the directory name for the public results