DVUI

native

Parameters

#
self:*Self
*Self

Source

Implementation

#
pub fn native(self: *Self) Native {
    return self.backend.native(self);
}