eclipse-score / eclipse-score/communication

Rust-API: Builder: Should build be &mut self so that this can be turned into a trait object?

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.