SafeRPC.Op (safe_rpc v0.1.14)

Copy Markdown View Source

A SafeRPC operation exposed by an Elixir function.

Summary

Types

t()

@type t() :: %SafeRPC.Op{
  arity: non_neg_integer(),
  docs: String.t() | nil,
  function: atom(),
  meta: map(),
  module: module(),
  name: atom(),
  spec: String.t() | nil
}