use ;
use ObjectPath;
/// Trait for the default associated values of a proxy.
///
/// The trait is automatically implemented by the [`proxy`] macro on your behalf, and may be later
/// used to retrieve the associated constants.
///
/// [`proxy`]: attr.proxy.html