Function graphannis_core::graph::storage::registry::create_writeable

source ยท
pub fn create_writeable<CT: ComponentType>(
    graph: &Graph<CT>,
    orig: Option<&dyn GraphStorage>
) -> Result<Arc<dyn GraphStorage>>