pub fn create_state_graph_manager<T: KeyValueStore + 'static>(
storage: Arc<T>,
) -> StateGraphManager<T>
Expand description
Create a new state graph manager with KeyValueStore
pub fn create_state_graph_manager<T: KeyValueStore + 'static>(
storage: Arc<T>,
) -> StateGraphManager<T>
Create a new state graph manager with KeyValueStore