Trait sanitizer::Sanitize[][src]

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

The Sanitize trait generalises types that are to be sanitized.

Required methods

fn sanitize(&mut self)[src]

Call this associated method when sanitizing.

Loading content...

Implementors

Loading content...