Type Definition refraction::Injector [] [src]

type Injector<'l, X, Y> = Box<FnMut(X) -> Option<Y> + 'l>;