pub trait AllMounted<M, Idx> { }Expand description
Asserts that ALL sub-APIs in FullAPI have been mounted.
Works like AllProvided for effects — recursively checks each
element of the API tuple against the mounted list.
pub trait AllMounted<M, Idx> { }Asserts that ALL sub-APIs in FullAPI have been mounted.
Works like AllProvided for effects — recursively checks each
element of the API tuple against the mounted list.