MCPcopy 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)]
530pub struct StringList(pub Vec<String>);
531
532#[derive(Error, Debug)]
533pub enum StringListParseError {

Callers 1

from_strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected