MCPcopy Create free account
hub / github.com/Lintermute/lazy_errors / CustomVersion

Class CustomVersion

xtask/src/version.rs:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56#[derive(Debug, Clone, PartialEq, PartialOrd, Hash, Eq, Ord)]
57struct CustomVersion(String);
58
59impl FromStr for VersionNumber {
60 type Err = Error;

Callers 2

from_strMethod · 0.85
customFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected