pub trait ExecSpecMapDom<'a>: Sized + DeepView {
type Key: DeepView + DeepViewClone;
// Required method
exec fn exec_dom(self) -> HashSet<Self::Key>;
}Expand description
Spec for executable version of Map::dom.
Required Associated Types§
type Key: DeepView + DeepViewClone
Required Methods§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.