Function close [src]

Trusts the file.

Prototype

pub fn close(self: *DynLib) void

Parameters

self: *DynLib

Source

pub fn close(self: *DynLib) void { return self.inner.close(); }