Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
pub trait Buildable<Target, B: Builder<Target>> {
7
fn builder() -> B;
8
}
Callers
nothing calls this directly
Implementers
2
mod.rs
library/src/domain/board/mod.rs
mod.rs
library/src/domain/auth/mod.rs
Calls
no outgoing calls
Tested by
no test coverage detected