Skip to main content

RunRelationship

Trait RunRelationship 

Source
pub trait RunRelationship<T> {
    // Required methods
    fn slot_id(&self) -> u64;
    fn name(&self) -> &str;
}

Required Methods§

Source

fn slot_id(&self) -> u64

Source

fn name(&self) -> &str

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§