Module convert

Module convert 

Source

Traitsยง

AsSlice
AsSlice is a generic trait for converting a type into a slice of its elements. This is useful for types that can be represented as a contiguous sequence of elements, such as arrays, vectors, or other collections.
AsSliceMut
AsSliceMut is a generic trait for converting a type into a mutable slice of its elements.