pub trait NoMapping: Send + Sync + 'static { }
A type that implements MapAs with an empty implementation.
MapAs