pub type Edge<D> = Arc<Mutex<EdgeInner<D>>>;
Strong atomic reference counted edge.
pub struct Edge<D> { /* private fields */ }