Expose the types (LocList, Loc, Entry) to the outside. For convenience.
LocList
Loc
Entry
pub use super::Entry;
pub use super::Loc;
pub use super::LocList;