Struct kailua_types::diag::TypeReport [] [src]

pub struct TypeReport { /* fields omitted */ }

Type-level report.

This is used to collect hierarchical information about type operation failures. Distinct from kailua_diag::Report which is non-hierarchical by nature.

Methods

impl TypeReport
[src]

Trait Implementations

impl Clone for TypeReport
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TypeReport
[src]

Formats the value using the given formatter.