ads_rs/v1/collection/
set.rs

1use crate::v1::collection::Map;
2
3pub type Set<T> = dyn Map<T, ()>;