Type Definition tract_hir::infer::IntFactoid [−][src]
pub type IntFactoid = GenericFactoid<i64>;
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