pub type Result<T> = Result<T, CodexGitError>;
Expand description
results for this crate
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(CodexGitError),
}
pub type Result<T> = Result<T, CodexGitError>;
results for this crate
pub enum Result<T> {
Ok(T),
Err(CodexGitError),
}