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