[][src]Function amadeus_core::util::type_coerce_mut

pub fn type_coerce_mut<A, B>(a: &mut A) -> Option<&mut B> where
    A: 'static,
    B: 'static,