[][src]Trait rslint_core::autofix::Unwrappable

pub trait Unwrappable: AstNode {
    fn unwrap(&self) -> Indel;
}

A trait describing AST nodes which can be "unwrapped" such as grouping expressions

Required methods

fn unwrap(&self) -> Indel

Loading content...

Implementations on Foreign Types

impl Unwrappable for GroupingExpr[src]

impl Unwrappable for Condition[src]

Loading content...

Implementors

Loading content...