pub type SubtreeView<'a> = SubtreeView<'a, SpanData<SyntaxContext>>;
struct SubtreeView<'a>(/* private fields */);
source