Trait chewdata::helper::string::Obfuscate

source ·
pub trait Obfuscate {
    // Required method
    fn to_obfuscate(&mut self) -> &mut String;
}

Required Methods§

source

fn to_obfuscate(&mut self) -> &mut String

Obfusctate a part of the object.

Implementations on Foreign Types§

source§

impl Obfuscate for String

source§

fn to_obfuscate(&mut self) -> &mut Self

obfuscate a part of the string.

Implementors§