usesuper::descriptor::Descriptor;#[allow(dead_code)]/// A `Fragment` is a module that separates routes into smaller, more manageable pieces.
pubtraitFragment{/// This function describes the fragment and returns a `Descriptor`.
fndescribe(&self)-> Descriptor;}