pub trait IntoUncleBlockView {
// Required method
fn into_view(self) -> UncleBlockView;
}
Expand description
Trait for converting types into UncleBlockView
.
Required Methods§
Sourcefn into_view(self) -> UncleBlockView
fn into_view(self) -> UncleBlockView
Converts the implementing type into an UncleBlockView
.