[][src]Trait new_home_application::method::MethodCallable

pub trait MethodCallable: Method {
    type ArgumentsType: DeserializeOwned;
    fn secure_call(
        &mut self,
        name: String,
        arguments: Self::ArgumentsType
    ) -> MethodResult; }

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

Associated Types

Loading content...

Required methods

fn secure_call(
    &mut self,
    name: String,
    arguments: Self::ArgumentsType
) -> MethodResult

Loading content...

Implementors

Loading content...