rnix
0.11.0
AstNode
Implementors
In rnix::
ast
rnix
::
ast
Trait
AstNode
Copy item path
Source
pub trait AstNode:
AstNode
<Language =
NixLanguage
> { }
Implementors
§
Source
§
impl<T>
AstNode
for T
where T:
AstNode
<Language =
NixLanguage
>,