Expand description
This crate provides additional Default traits which are most useful for slices and strings.
DefaultRefis imiplemented forfor<'a> &'a Self: Default.DefaultBoxis imiplemented forBox<Self>: Default.DefaultOwnedis imiplemented for<Self as ToOwned>::Owned: Default.
Traitsยง
- Default
Box - Allows creating a default box of a type.
- Default
Owned - Allows creating a default owned version of a type.
- Default
Ref - Allows creating a default reference to a type.