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