pub struct StreamFile(_, _);
Creates a new StreamFile
object for the specified path
.
the path to a file
as in fopen(3)
a stream using for reading and/or writing to the
specified file path or None
on error.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
Feeds this value into the given [Hasher
]. Read more
Feeds a slice of this type into the given [Hasher
]. Read more
Returns the type identifier of Self
.
[−]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
[−]
This method tests for !=
.