Trait swc_ecma_utils::parallel::Items
source · [−]pub trait Items: IntoIterator<Item = Self::Elem> {
type Elem: Send + Sync;
fn len(&self) -> usize;
}
Expand description
This is considered as a private type and it’s NOT A PUBLIC API.