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

Class AuthAggregateBuilder

library/src/domain/auth/mod.rs:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23pub struct AuthAggregateBuilder(AuthAggregate);
24
25impl AuthAggregateBuilder {
26 pub fn take_account(mut self, account: Account) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected