Trait sanitizer::Sanitize[][src]

pub trait Sanitize {
    fn sanitize(&mut self);
}
Expand description

The Sanitize trait generalises types that are to be sanitized.

Required methods

Call this associated method when sanitizing.

Implementors