Trait lang_util_dev::test_util::PathKey
source · pub trait PathKey:
Display
+ PartialEq
+ Eq
+ Hash
+ Clone
+ Sized {
// Required method
fn all() -> &'static [Self];
// Provided methods
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
Object Safety§
This trait is not object safe.