Type Definition wampire::client::Callback[][src]

type Callback = Box<FnMut(List, Dict) -> CallResult<(Option<List>, Option<Dict>)>>;