devela::_dep::bytemuck::checked

Function cast_ref

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

Cast &A into &B.

ยงPanics

This is try_cast_ref but will panic on error.