Crate specializer

Source
Expand description

Safe specialization on stable Rust with builder-like pattern

Structs§

Specializer
Specialized behavior runner

Functions§

cast_identity
Attempt to cast T to U.
cast_identity_mut
Attempt to cast &mut T to &mut U.
cast_identity_ref
Attempt to cast &T to &U.