Trait ra_syntax::TreeRoot

source ·
pub trait TreeRoot<T>: Clone + Send + Syncwhere
    T: Types,
{ }
Expand description

A marker trait to distinguish between owned and borrowed trees. You don’t need to implement it yourself, use existing OwnedRoot or RefRoot.

Implementors