pub trait CharacteristicValidator { // Required method fn validate(characteristic: &Characteristic) -> Result<(), ()>; }
Passthrough to validator