pub type ClasspathResult<T> = Result<T, ClasspathError>;Expand description
Result type for classpath operations.
Aliased Type§
pub enum ClasspathResult<T> {
Ok(T),
Err(ClasspathError),
}pub type ClasspathResult<T> = Result<T, ClasspathError>;Result type for classpath operations.
pub enum ClasspathResult<T> {
Ok(T),
Err(ClasspathError),
}