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); }