Struct go_away::TypeRegistry [−][src]
pub struct TypeRegistry { /* fields omitted */ }Expand description
A registry of type details.
Can be populated by passing in to TypeMetadata::metadata and then used
to output types in other languages.
Implementations
Register a Struct
Register a NewType
Register an Enum
Register a Uninon
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for TypeRegistryimpl Send for TypeRegistryimpl Sync for TypeRegistryimpl Unpin for TypeRegistryimpl UnwindSafe for TypeRegistry