Trait nu_parser::SignatureRegistry[][src]

pub trait SignatureRegistry: Debug {
    fn has(&self, name: &str) -> bool;
fn get(&self, name: &str) -> Option<Signature>;
fn clone_box(&self) -> Box<dyn SignatureRegistry>; }

Required methods

Implementations on Foreign Types

Implementors