devela::_dep::bytemuck

Function cast_rc

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

As try_cast_rc, but unwraps for you.