pub trait RenameAliasFn: Send + Sync {
    fn call(&self, name: &str) -> String;
}

Required methods

Trait Implementations

Formats the value using the given formatter. Read more

Implementors