hir_
expand
0.0.0
Subtree
View
Aliased Type
Trait Implementations
ToTokenTree
In hir_
expand::
tt
hir_expand
::
tt
Type Alias
SubtreeView
Copy item path
Source
pub type SubtreeView<'a> = SubtreeView<'a,
Span
>;
Aliased Type
§
pub struct SubtreeView<'a>(
/* private fields */
);
Trait Implementations
§
Source
§
impl
ToTokenTree
for
SubtreeView
<'_>
Source
§
fn
to_tokens
(self, _:
Span
, builder: &mut
TopSubtreeBuilder
)