MCPcopy Create free account
hub / github.com/alignoth/alignoth / FromAround

Interface FromAround

src/cli.rs:222–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222pub(crate) trait FromAround {
223 fn from_around(around: &Around) -> Self;
224}
225
226impl FromAround for Region {
227 fn from_around(around: &Around) -> Self {

Callers

nothing calls this directly

Implementers 1

cli.rssrc/cli.rs

Calls

no outgoing calls

Tested by

no test coverage detected