Trait rowan::TreeRoot

source ·
pub trait TreeRoot<T: Types>: Clone + Send + Sync { }
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