Function mage_core::run

source ·
pub async fn run<A>(app: A, config: Config) -> Result<(), MageError>where
    A: App + 'static,