[−][src]Function rendy_core::cast_cow
pub fn cast_cow<T: Copy>(cow: Cow<'_, [T]>) -> Cow<'_, [u8]>
Cast cow
of some arbitrary type into cow
of bytes.
Can lead to UB if allocator changes. Use with caution.
TODO: Replace with something safer.