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

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

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

Required methods

Implementations on Foreign Types

Implementors