pub trait RestrictedCharacter: Copy + Into<u8> + TryFrom<u8, Error = VariantError<u8>> + StrictEncode + StrictDumb { }

Implementors§