Trait glean_core::traits::String
source · pub trait String: TestGetValue<String> {
// Required methods
fn set<S: Into<String>>(&self, value: S);
fn test_get_num_recorded_errors(&self, error: ErrorType) -> i32;
}
Expand description
A description for the StringMetric
type.
When changing this trait, make sure all the operations are
implemented in the related type in ../metrics/
.
Required Methods§
Object Safety§
This trait is not object safe.