[][src]Module new_home_application::method

This module contains all required structs to implement a method

It is recommended to implement methods with the derive macro, provided by the new_home_application_macro crate. For more documentation on how to use the macro, see the docs of this crate.

Structs

MethodError

This struct represents a generic error used in methods.

Traits

CallableMethod

Methods are defined by this trait. A method struct has to first implement the informational Method trait and then it can implement this struct for executing stuff actually.

Method

This trait is used for providing basic information about a method struct This can be derived using the derive macro from the new_home_application_macro crate.

MethodCallable

Implements the calling method and an argument type for the inner arguments

Type Definitions

Result