Skip to main content

use_forge_mutation

Function use_forge_mutation 

Source
pub fn use_forge_mutation<TArgs, TResult>(
    function_name: &'static str,
) -> Mutation<TArgs, TResult>
where TArgs: Serialize + 'static, TResult: DeserializeOwned + 'static,