Struct stemflow::Edge
[−]
[src]
pub struct Edge<A> where A: Access {
// some fields omitted
}
Trait Implementations
impl<A> PartialEq for Edge<A> where A: Access
An edge take into account the target kind: domain, access/read, access/write.