pub type Error = CoordinateError<ClusterError>;
Aliased Type§
pub enum Error {
IoError(Error),
UnixError(Errno),
ControlError(ClusterError),
DoesNotExist,
}
Variants§
Trait Implementations§
Source§impl From<ClusterError> for Error
impl From<ClusterError> for Error
Source§fn from(err: ClusterError) -> Self
fn from(err: ClusterError) -> Self
Converts to this type from the input type.