[][src]Trait qualia::ObjectShape

pub trait ObjectShape: TryFrom<Object, Error = ConversionError> + Into<Object> { }

A type that can be converted to and from an object.

Implementors

Loading content...