pub trait ObjectShapePlain: ObjectShape + TryFrom<Object, Error = ConversionError> { }
Expand description

A type that can be converted to and from an object without needing a store.

Object shapes that derive ObjectShape will implement this if there are no referenced object fields.

Implementors§