Type Alias inter_val::OpenInterval

source ·
pub type OpenInterval<T> = Interval<T, Exclusive>;

Aliased Type§

struct OpenInterval<T> { /* private fields */ }