pub trait ContextElement: Clone + Eq + PartialEq + Debug + Hash { }

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl ContextElement for Rc<Path>

source§

impl ContextElement for Ty<'_>

Implementors§