Skip to main content

Option

Type Alias Option 

Source
pub type Option = Box<dyn FnOnce(Sanitizer_) -> Sanitizer_>;
Expand description

Option is the type of option that can be passed to Sanitize().

Aliased Typeยง

pub struct Option(/* private fields */);