Skip to content

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

@MarkSchmitt

Description

@MarkSchmitt

Check the com-api/src/lib.rs (TODO: insert link to file in this repo once merged):

pub trait Builder {
...

  fn bild (self) -> Result<Self::Output>;

Should this be &mut self so that this can be turned into a trait object?

Related to #11

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    Status

    No status

    Status

    No status

    Status

    No status

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions