FileEnumeratorExtManual

Trait FileEnumeratorExtManual 

Source
pub trait FileEnumeratorExtManual: IsA<FileEnumerator> {
    // Provided methods
    fn into_stream(
        self,
        num_files: i32,
        priority: Priority,
    ) -> FileEnumeratorStream { ... }
    fn close(
        &self,
        cancellable: Option<&impl IsA<Cancellable>>,
    ) -> (bool, Option<Error>) { ... }
}

Provided Methods§

Source

fn into_stream(self, num_files: i32, priority: Priority) -> FileEnumeratorStream

Converts the enumerator into a Stream.

Source

fn close( &self, cancellable: Option<&impl IsA<Cancellable>>, ) -> (bool, Option<Error>)

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.

Implementors§