Trait open_coroutine_core::common::Named
source · pub trait Named {
// Required method
fn get_name(&self) -> &str;
}
Expand description
Give the object a name.
pub trait Named {
// Required method
fn get_name(&self) -> &str;
}
Give the object a name.