TypeName

Trait TypeName 

Source
pub trait TypeName {
    // Required method
    fn type_name() -> &'static str;
}

Required Methods§

Source

fn type_name() -> &'static str

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.

Implementations on Foreign Types§

Source§

impl TypeName for KeyClient

Source§

fn type_name() -> &'static str

Source§

impl TypeName for SecretClient

Source§

fn type_name() -> &'static str

Implementors§