Struct dbus::tree::MethodFnMut [] [src]

pub struct MethodFnMut<'a>(_);

A MethodType that wraps an FnMut function. Calling this recursively will cause a refcell panic.

Trait Implementations

impl<'a> Debug for MethodFnMut<'a>
[src]

fn fmt(&self, f: &mut Formatter) -> Result