Struct representing a handler (RPC method) in a Durable Object.
Handlers define the operations that can be performed on the object:
name
args
@type t() :: %DurableObject.Dsl.Handler{ __spark_metadata__: any(), args: [atom()], name: atom() }