Get the description of the project
(&self)
| 111 | |
| 112 | /// Get the description of the project |
| 113 | pub fn description(&self) -> BnString { |
| 114 | unsafe { BnString::from_raw(BNProjectGetDescription(self.handle.as_ptr())) } |
| 115 | } |
| 116 | |
| 117 | /// Set the description of the project |
| 118 | pub fn set_description<S: BnStrCompatible>(&self, value: S) { |