MCPcopy Create free account
hub / github.com/Migorithm/rustiful-backend / builder

Method builder

library/src/domain/auth/mod.rs:47–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45
46impl Buildable<AuthAggregate, AuthAggregateBuilder> for AuthAggregate {
47 fn builder() -> AuthAggregateBuilder {
48 AuthAggregateBuilder::new()
49 }
50}
51
52#[test]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected