Skip to main content

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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