logo

Function bevy::reflect::map_partial_eq[]

pub fn map_partial_eq<M>(a: &M, b: &(dyn Reflect + 'static)) -> Option<bool> where
    M: Map