Struct pathfinding::directed::edmonds_karp::Common [−][src]
pub struct Common<C> { /* fields omitted */ }
Common fields.
Trait Implementations
Auto Trait Implementations
impl<C> RefUnwindSafe for Common<C> where
C: RefUnwindSafe,
C: RefUnwindSafe,
impl<C> Send for Common<C> where
C: Send,
C: Send,
impl<C> Sync for Common<C> where
C: Sync,
C: Sync,
impl<C> Unpin for Common<C> where
C: Unpin,
C: Unpin,
impl<C> UnwindSafe for Common<C> where
C: UnwindSafe,
C: UnwindSafe,