Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloud-hypervisor/cloud-hypervisor
/ StringList
Class
StringList
option_parser/src/lib.rs:530–530 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
528
/// The format is `[str1,str2,...]`. Brackets are optional.
529
#[derive(Default)]
530
pub struct StringList(pub Vec<String>);
531
532
#[derive(Error, Debug)]
533
pub enum StringListParseError {
Callers
1
from_str
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected