Module type Command_rpc_intf.T_state_bin_io_only

type query
type initial_state
type update
type error
type state
val rpc : (queryinitial_stateupdateerror) Async.Rpc.State_rpc.t
val implementation : state -> query -> (initial_state * update Async.Pipe.Reader.terror) Core.Result.t Async.Deferred.t