RPC binding from one HostKit service to another.
@type t() :: %HostKit.RPC.Binding{ listener: atom() | String.t(), meta: map(), modules: [module()], service: atom() | String.t() }
@spec new( atom() | String.t(), keyword() ) :: t()