Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ Minimal
Interface
Minimal
src/tree/binary/builder/tournament.rs:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
pub trait Minimal {
27
fn minimal() -> Self;
28
}
29
30
impl Minimal for i32 {
31
fn minimal() -> Self {
Callers
nothing calls this directly
Implementers
1
tournament.rs
src/tree/binary/builder/tournament.rs
Calls
no outgoing calls
Tested by
no test coverage detected