ads_rs/v1/collection/
set.rs

1
2
3
use crate::v1::collection::Map;

pub type Set<T> = dyn Map<T, ()>;