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
This info describes a “native” TypeScript type which does not require a type definition.
Tuple Fields of Native
This info describes a “defined” TypeScript type which does require a type definition.
Tuple Fields of Defined
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TypeInfo
impl UnwindSafe for TypeInfo
Blanket Implementations
Mutably borrows from an owned value. Read more