Struct typescript_type_def::Stats [−][src]
pub struct Stats {
pub type_definitions: usize,
}Expand description
Statistics about the type definitions produced by write_definition_file.
Fields
type_definitions: usizeThe number of unique type definitions produced.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Stats
impl UnwindSafe for Stats
Blanket Implementations
Mutably borrows from an owned value. Read more