pub trait Class {
    fn with_class() -> &'static str;
}
Expand description

Trait to implement to match the _class provided by Jenkins

Required Methods§

Should reply the _class provided by Jenkins for a type

Implementors§