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