pub type BCError = BetweennessCentralityError;Aliased Type§
pub enum BCError {
DataMismatch {
msg: String,
},
DuplicateEdgeInsertion {
edge: Edge,
},
DataMismatches {
mismatches: Vec<f64>,
},
NoKey {
key: usize,
},
Poisoned {
msg: String,
},
TryFromIntError(TryFromIntError),
IoError(Error),
TextIoError(Error),
ParseIntError(ParseIntError),
NoMPI,
LockError {
msg: String,
},
}