MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / from_str

Method from_str

crates/hyperqueue/src/common/arraydef.rs:104–106  ·  view source on GitHub ↗
(s: &str)

Source from the content-addressed store, hash-verified

102 type Err = anyhow::Error;
103
104 fn from_str(s: &str) -> Result<Self, Self::Err> {
105 parse_array(s)
106 }
107}
108
109impl fmt::Display for IntArray {

Callers

nothing calls this directly

Calls 1

parse_arrayFunction · 0.85

Tested by

no test coverage detected