Trait gmt_dos_actors_clients_interface::Who

source ·
pub trait Who<T> {
    // Provided methods
    fn who(&self) -> String { ... }
    fn highlight(&self) -> String { ... }
    fn lite(&self) -> String { ... }
}

Provided Methods§

source

fn who(&self) -> String

Returns type name

source

fn highlight(&self) -> String

source

fn lite(&self) -> String

Implementors§

source§

impl<U: UniqueIdentifier> Who<U> for Data<U>