[][src]Type Definition vk_bot::core::TesterInner

type TesterInner = Arc<dyn Fn(&String) -> bool + Send + Sync + 'static>;

Inner type of Tester.