[][src]Module new_home_application::method::method_callable

Structs

MethodCallableClosure

Gives the option to create a MethodCallable from a closure Stores the closure internally When the call method is called, it will forward the MethodArguments to the closure Returns the closures MethodResult when done

Traits

MethodCallable

The handler trait for methods When implemented it can be used in for the MethodManager as the handler for a registered method