Trait iso_10303_parts::ap203::IAction[][src]

pub trait IAction {
    fn name(&self) -> &String;
fn description(&self) -> &Option<String>;
fn chosen_method(&self) -> &EntityRef; }

Required methods

fn name(&self) -> &String[src]

fn description(&self) -> &Option<String>[src]

fn chosen_method(&self) -> &EntityRef[src]

Implementors