1// This is free and unencumbered software released into the public domain. 2 3use crate::core::Classifier; 4 5pub trait Class: Classifier {}