pub unsafe trait TransmutableFrom {
type Type: Layout;
}Expand description
Assert that Self is always transmutable from Type.
pub unsafe trait TransmutableFrom {
type Type: Layout;
}Assert that Self is always transmutable from Type.