Type Definition tract_hir::infer::TypeFactoid [−][src]
pub type TypeFactoid = GenericFactoid<DatumType>;
Expand description
Partial information about a type.
Trait Implementations
Wraps the fact in the Wrapped type.
Retrieves the fact from the Wrapped type. Panics if wrapped doesn’t have the right constructor. Read more