Trait logicmap::Config[][src]

pub trait Config<T> {
    fn expression_function(&self) -> Box<dyn Fn(T) -> ExpResult + 'static>;
fn name(&self) -> String; }

Required methods

fn expression_function(&self) -> Box<dyn Fn(T) -> ExpResult + 'static>[src]

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

Loading content...

Trait Implementations

impl<T> Debug for dyn Config<T>[src]

Implementors

Loading content...