Module constmuck::transmutable[][src]

Expand description

Functions for safely transmuting types with a TransmutableInto parameter.

Re-exports

pub use crate::TransmutableInto;

Macros

Transmutes &T into &U, given a TransmutableInto, allows transmuting between ?Sized types.

Functions

Transmutes T into U, given a TransmutableInto.

Transmutes &T into &U, given a TransmutableInto.

Transmutes &[T] into &[U], given a TransmutableInto.