⚠ Internal Docs ⚠Not Public APIOfficial Docs Here
trait ConstSizeIntoIterator: IntoIterator { // Required method fn size() -> Option<usize>; }