[][src]Function rendy_util::cast_cow

pub fn cast_cow<T: Copy>(cow: Cow<[T]>) -> Cow<[u8]>

Cast cow of some arbitrary type into cow of bytes.