pub type BoxLocator = Box<dyn Locator>;
A value of an unknown type implementing Locator.
Locator
pub struct BoxLocator(/* private fields */);