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();
} pub fn close(self: *DynLib) void self: *DynLib pub fn close(self: *DynLib) void {
return self.inner.close();
}