devela::_dep::bytemuck::checked

Function cast

pub fn cast<A, B>(a: A) -> B
Available on crate feature dep_bytemuck only.
Expand description

Cast A into B

ยงPanics

  • This is like try_cast, but will panic on a size mismatch.