The state of one strategy.
@type t() :: %Cluster.Strategy.State{ config: [{atom(), term()}], connect: {module(), atom(), [term()]}, disconnect: {module(), atom(), [term()]}, list_nodes: {module(), atom(), [:connected] | [:connected | [any()]]}, meta: term(), topology: atom() }