logo
pub trait IntoRunCriteria<Marker> {
    fn into(self) -> RunCriteriaDescriptorOrLabel;
}

Required methods

Implementations on Foreign Types

Implementors