Type Definition dominator::BoxFragment

source · []
pub type BoxFragment = Box<dyn Fragment + Send + Sync>;
Expand description

A boxed Fragment. See the documentation for box_fragment for more details.