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

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

Base class of all operators in the Rust API.

Required methods

Implementors