[][src]Trait syntastic::ast::Operator

pub trait Operator<S> {
    pub fn sort(&self) -> &S;
pub fn arity(&self) -> Vec<S>; }

Required methods

pub fn sort(&self) -> &S[src]

pub fn arity(&self) -> Vec<S>[src]

Loading content...

Implementors

Loading content...