Typed

Trait Typed 

Source
pub trait Typed<T> { }
Expand description

This trait allows you to set requirements for Types of typed Constructs in groups.

TODO explain + example + fix issue note primitive

Implementors§

Source§

impl<T: Construct<A>, A> Typed<T> for A