RenameableWithPrefix

Trait RenameableWithPrefix 

Source
pub trait RenameableWithPrefix {
    // Required method
    fn rename_with_prefix(&self, prefix: &str) -> Self;
}

Required Methods§

Source

fn rename_with_prefix(&self, prefix: &str) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§