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

Required Methods

Implementations on Foreign Types

Implementors