Skip to main content

TransferOptions

Trait TransferOptions 

Source
pub trait TransferOptions {
    // Required methods
    fn read_nul(&self) -> bool;
    fn verbose(&self) -> bool;
    fn fail_at_end(&self) -> bool;
}

Required Methods§

Source

fn read_nul(&self) -> bool

Source

fn verbose(&self) -> bool

Source

fn fail_at_end(&self) -> bool

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§