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.
pub fn cast_rc<A, B>(input: Rc<A>) -> Rc<B>
dep_bytemuck
only.As try_cast_rc
, but unwraps for you.