[][src]Type Definition dbus::MessageCallback

type MessageCallback = Box<dyn FnMut(&Connection, Message) -> bool + 'static>;

The type of function to use for replacing the message callback.

See the documentation for Connection::replace_message_callback for more information.