[][src]Function lokacore::try_cast_mut

pub fn try_cast_mut<A: Pod, B: Pod>(a: &mut A) -> Result<&mut B, PodCastError>

As try_cast_ref, but mut.