pub trait TermExt { // Required methods fn depth(&self) -> usize; fn idents(&self) -> RVec<Ident>; }
Methods for Term.
Term
Returns the depth of the term.
Returns the idents contained in this term.