pub trait FactorySettingsCustomerData: AsRef<[u8]> + Debug + Default + From<[u8; 224]> + PartialEq { }

Implementors