pub trait HasResult: Debug + Typed {
    fn get_result(&self) -> &Name;
}

Required Methods

Implementors