Type Definition dbus::obj::MethodHandler [] [src]

type MethodHandler<'a> = Box<FnMut(&mut Message) -> MethodResult + 'a>;

A boxed closure for dynamic dispatch. It is called when the method is called by a remote application.