Skip to main content

Redactor

Trait Redactor 

Source
pub trait Redactor: Send + Sync {
    // Required method
    fn redact(&self, input: &str) -> RedactionResult;
}

Required Methods§

Source

fn redact(&self, input: &str) -> RedactionResult

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§