Function arel::visitors::db_state::get_or_init_db_state[][src]

pub async fn get_or_init_db_state<F>(callback: F) -> Result<&'static DbState> where
    F: FnOnce() -> Pin<Box<dyn Future<Output = Result<AnyPool, Error>>>>,