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