Type Definition nature::db::MetaGetter

source ·
pub type MetaGetter = fn(_: &str) -> dyn Future<Output = Result<Option<RawMeta>>>;