Function close [src]
Prototype
pub fn close(self: *const File) Status
Parameters
self: *const File
Source
pub fn close(self: *const File) Status {
return self._close(self);
}
pub fn close(self: *const File) Status
self: *const File
pub fn close(self: *const File) Status {
return self._close(self);
}