pub trait CommonIoSets {
type IoSets: HList;
}
Expand description
Type class for accessing the intersection of IoSets of OptionalPads Currently implemented for tuples of 2 and 4 elements
pub trait CommonIoSets {
type IoSets: HList;
}
Type class for accessing the intersection of IoSets of OptionalPads Currently implemented for tuples of 2 and 4 elements