Skip to main content

cgp_field/traits/
map_type.rs

1pub trait MapType {
2    type Map<T>;
3}