Now with formatting available
This commit is contained in:
+6
-2
@@ -14,11 +14,15 @@ impl Module {
|
||||
self.module.get_name()
|
||||
}
|
||||
|
||||
pub fn strip_text(&mut self) -> String {
|
||||
self.module.pin_mut().strip_text()
|
||||
pub fn render_text(&mut self) -> String {
|
||||
self.module.pin_mut().render_text()
|
||||
}
|
||||
|
||||
pub fn set_key_text(&mut self, key_text: &String) {
|
||||
self.module.pin_mut().set_key_text(key_text);
|
||||
}
|
||||
|
||||
pub fn strip_text(&mut self) -> String {
|
||||
self.module.pin_mut().strip_text()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user