Trait write_to_file::WriteToFile
source · [−]Expand description
trait version of write_to_file
.
See also: write_to_file::write_to_file
Required Methods
Implementations on Foreign Types
sourceimpl WriteToFile for Vec<u8>
impl WriteToFile for Vec<u8>
impl Vecwrite_to_file
.
See also: write_to_file::write_to_file
sourceimpl WriteToFile for &[u8]
impl WriteToFile for &[u8]
impl &u8 version of trait of write_to_file
.
See also: write_to_file::write_to_file
sourceimpl WriteToFile for String
impl WriteToFile for String
impl String version of trait of write_to_file
.
See also: write_to_file::write_to_file
sourceimpl WriteToFile for &str
impl WriteToFile for &str
impl &str version of trait of write_to_file
.
See also: write_to_file::write_to_file