backgroundGet
Parameters
- self:*const Options
- *const Options
Source
Implementation
pub fn backgroundGet(self: *const Options) bool {
return self.background orelse false;
}Source
pub fn backgroundGet(self: *const Options) bool {
return self.background orelse false;
}