Type Definition perseus::PerseusApp

source · []
pub type PerseusApp<G> = PerseusAppBase<G, FsMutableStore, FsTranslationsManager>;
Expand description

An alias for the usual kind of Perseus app, which uses the filesystem-based mutable store and translations manager.