pub struct Edge { pub to: usize, pub rev: usize, pub is_reversed: bool, pub cap: i64, }
to: usize
rev: usize
is_reversed: bool
cap: i64
Gets the TypeId of self. Read more
TypeId
self
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
Performs the conversion.
The type returned in the event of a conversion error.