pub trait PersistedGraphApi {
// Required methods
fn get_or_create_task_type(&self, ty: CachedTaskType) -> TaskId;
fn lookup_task_type(&self, id: TaskId) -> &CachedTaskType;
}
pub trait PersistedGraphApi {
// Required methods
fn get_or_create_task_type(&self, ty: CachedTaskType) -> TaskId;
fn lookup_task_type(&self, id: TaskId) -> &CachedTaskType;
}