hasCustomDisplayFn
Parameters
- self:FieldOptions
- FieldOptions
Source
Implementation
pub fn hasCustomDisplayFn(self: FieldOptions) bool {
switch (self) {
inline else => |fo| return fo.customDisplayFn != null,
}
}Source
pub fn hasCustomDisplayFn(self: FieldOptions) bool {
switch (self) {
inline else => |fo| return fo.customDisplayFn != null,
}
}