Trait MongoLazyReader

Source
pub trait MongoLazyReader {
    // Provided method
    fn scan_mongo_collection(
        options: MongoScanOptions,
    ) -> PolarsResult<LazyFrame> { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl MongoLazyReader for LazyFrame

Implementors§