Trait leo_asg::expression::AstNode[][src]

pub trait AstNode: Debug + Display + Clone + PartialEq<Self> + Eq + Serialize + DeserializeOwned {
    fn span(&self) -> &Span;
fn set_span(&mut self, span: Span); }

Required methods

Implementations on Foreign Types

Implementors