pub type ProjectStoreResult<T> = Result<T, ProjectStoreError>;Aliased Type§
pub enum ProjectStoreResult<T> {
Ok(T),
Err(ProjectStoreError),
}pub type ProjectStoreResult<T> = Result<T, ProjectStoreError>;pub enum ProjectStoreResult<T> {
Ok(T),
Err(ProjectStoreError),
}