Enum stemflow::Node
[−]
[src]
pub enum Node<A> where A: Access {
Access(A),
Dom(Arc<Domain<A>>),
}
Variants
Access | |
Dom |
Trait Implementations
impl<A> PartialEq for Node<A> where A: Access
A node do not take into account the access mode: read, write.