Struct sixtyfps_compilerlib::parser::syntax_nodes::Document [−][src]
pub struct Document(_);
Implementations
Create a new node from a SyntaxNode, if the SyntaxNode is of the correct kind
Methods from Deref<Target = SyntaxNode>
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Document
impl !UnwindSafe for Document
Blanket Implementations
Mutably borrows from an owned value. Read more