pub trait CustomerSettingsVendorUsage: Clone + Copy + Debug + Default + From<u32> + Into<u32> + PartialEq { }

Implementors