Trait ckb_types::prelude::IntoUncleBlockView

source ·
pub trait IntoUncleBlockView {
    // Required method
    fn into_view(self) -> UncleBlockView;
}
Expand description

Trait for converting types into UncleBlockView.

Required Methods§

source

fn into_view(self) -> UncleBlockView

Converts the implementing type into an UncleBlockView.

Implementors§