MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / CommaSeparated

Class CommaSeparated

crates/cli-flags/src/opt.rs:159–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157/// Parser registered with clap which handles parsing the `...` in `-O ...`.
158#[derive(Clone, Debug, PartialEq)]
159pub struct CommaSeparated<T>(pub Vec<T>);
160
161impl<T> ValueParserFactory for CommaSeparated<T>
162where

Callers 1

parse_refMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected