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

Interface Buildable

library/src/domain/builder.rs:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4}
5
6pub trait Buildable<Target, B: Builder<Target>> {
7 fn builder() -> B;
8}

Callers

nothing calls this directly

Implementers 2

mod.rslibrary/src/domain/board/mod.rs
mod.rslibrary/src/domain/auth/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected