[][src]Trait rnix::types::Wrapper

pub trait Wrapper: TypedNode {
    fn inner(&self) -> Option<SyntaxNode> { ... }
}

Provides the function .inner() for wrapping types like parenthensis

Provided methods

fn inner(&self) -> Option<SyntaxNode>

Return the inner value

Loading content...

Implementors

impl Wrapper for Dynamic[src]

impl Wrapper for InheritFrom[src]

impl Wrapper for Paren[src]

impl Wrapper for Root[src]

Loading content...