[][src]Function amadeus_core::util::type_coerce

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