use ;
/// Splits off the last part of a path from the rest.
/// e.g. `some::module::Item` will be split into `some::module::` and `Item`.
/// Note that the last `::` is retained in the first part of the result.
/// Returns none if no module is specified.
/// The method is designed for contexts where explicit module specification is required.