usesuper::*;/// Extension trait that exposes the hook-context factory
/// used by `App::use_i18n`.
pubtraitHookContextI18nExt{/// Returns the `I18n` for the current hook context
/// slot.
////// # Returns
////// - `I18n` - A `I18n` value.
fni18n()-> I18n;}