eclipse-score / eclipse-score/communication
Rust-API: Builder: Should build be &mut self so that this can be turned into a trait object?
Open
rust-api
- Dominant language
- C++
- Stars
- 62
- Forks
- 97
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 72
Description
Check the com-api/src/lib.rs (TODO: insert link to file in this repo once merged):
```rust
pub trait Builder {
...
fn bild (self) -> Result;
```
Should this be &mut self so that this can be turned into a trait object?
Related to #11
Contributor guide
Assessment
This issue has not been assessed yet.