Rust path segment .len() > 1

In all example code I have tested on, Path.segments has length 1.

What is a type signature where the Path.segments has length > 1 ?

Thanks!

std::collections::HashMap has length 3: Rust Playground