pub trait Invertible: MorphismKind { }Expand description
v0.2.2 W4: kinds whose map is injective and admits an inverse on its image.
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.