DVUI

data

Parameters

#
self:*const Self
*const Self

Source

Implementation

#
pub fn data(self: *const Self) *WidgetData {
    return self.wd.validate();
}