pub struct Banned(_);Expand description
Set of character to strip from input without replacement.
Implementations§
source§impl Banned
impl Banned
sourcepub unsafe fn customize_default() -> &'static mut Self
pub unsafe fn customize_default() -> &'static mut Self
Allows direct mutable access to the global default set of banned characters.
Safety
You must manually avoid concurrent access/censoring.