Trait rlink::api::function::NamedFunction[][src]

pub trait NamedFunction {
    fn name(&self) -> &str;
}

Base class of all operators in the Rust API.

Required methods

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

Loading content...

Implementors

Loading content...