Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
159
pub struct CommaSeparated<T>(pub Vec<T>);
160
161
impl<T> ValueParserFactory for CommaSeparated<T>
162
where
Callers
1
parse_ref
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected