pub trait View<P>: Node<P> where
Self::Information: Clone,
Self::Subresource: Into<Subresource>, {
type Information;
type Subresource;
}pub trait View<P>: Node<P> where
Self::Information: Clone,
Self::Subresource: Into<Subresource>, {
type Information;
type Subresource;
}