[][src]Function amadeus_core::util::type_coerce_ref

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