Trait LayoutReaderExt

Source
pub trait LayoutReaderExt: LayoutReader {
    // Provided method
    fn into_arc(self) -> Arc<dyn LayoutReader>
       where Self: Sized + 'static { ... }
}

Provided Methods§

Source

fn into_arc(self) -> Arc<dyn LayoutReader>
where Self: Sized + 'static,

Box the layout scan.

Implementors§