Enum typescript_type_def::type_expr::TypeInfo [−][src]
pub enum TypeInfo { Native(NativeTypeInfo), Defined(DefinedTypeInfo), }
Expand description
A description of the type information required to produce a TypeScript type definition.
Variants
Native(NativeTypeInfo)
This info describes a “native” TypeScript type which does not require a type definition.
Defined(DefinedTypeInfo)
This info describes a “defined” TypeScript type which does require a type definition.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeInfo
impl UnwindSafe for TypeInfo
Blanket Implementations
Mutably borrows from an owned value. Read more