pub trait CollectView {
// Required method
fn collect_view(self) -> View;
}Expand description
Collects an iterator or collection into a View.
Required Methods§
Sourcefn collect_view(self) -> View
fn collect_view(self) -> View
Collects an iterator or collection into a View.