Type Definition message_db::Handlers[][src]

type Handlers = HashMap<String, fn(_: Message) -> Pin<Box<dyn Future<Output = ()>>>>;