pub fn not_implemented<T: Send + 'static>(
    method_name: &str
) -> BoxFuture<Result<T, Error>>
Expand description

Returns a [jsonrpc_core::Error] indicating that the method is not implemented.