Trait heron::rapier_plugin::rapier2d::parry::utils::AsBytes[][src]

pub trait AsBytes {
    fn as_bytes(&self) -> &[u8];
}
Expand description

Trait that transforms thing to a slice of u8.

Required methods

Converts self to a slice of bytes.

Implementors