Struct dbus::tree::MethodFn [] [src]

pub struct MethodFn<'a>(_);

A MethodType that wraps an Fn function

Trait Implementations

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

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