Development Documentation (main branch) - For stable release docs, see docs.rs/eidetica

IntoBlockIter

Trait IntoBlockIter 

pub trait IntoBlockIter {
    // Required method
    fn to_iter(self) -> BlockIter ;
}

Required Methods§

fn to_iter(self) -> BlockIter

Implementations on Foreign Types§

§

impl IntoBlockIter for Option<ItemPtr>

§

fn to_iter(self) -> BlockIter

Implementors§