Type Definition reactor::ConnHandler [] [src]

type ConnHandler<'a> = FnMut(ConnResult, &mut ReactorCtrl) -> Option<Box<Context>> + 'a;