1 2 3 4
use crate::collections::base::SpanSet; /// You shouldn't probably implement this trait yourself, it's just to run some functions in both `IntSpanSet` and `FloatSpanSet` pub trait NumberSpanSet: SpanSet {}