pub trait LayoutReaderExt: LayoutReader {
// Provided method
fn into_arc(self) -> Arc<dyn LayoutReader>
where Self: Sized + 'static { ... }
}Provided Methods§
Sourcefn into_arc(self) -> Arc<dyn LayoutReader>where
Self: Sized + 'static,
fn into_arc(self) -> Arc<dyn LayoutReader>where
Self: Sized + 'static,
Box the layout scan.