1 2 3
use crate::{VisitableGraph, VisitableForest}; pub trait VisitableCompound: VisitableGraph + VisitableForest { }