Skip to main content

UniqId

Trait UniqId 

Source
pub trait UniqId {
    // Required method
    fn get_id(&self) -> &String;
}

Required Methods§

Source

fn get_id(&self) -> &String

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§