MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / Tuple

Class Tuple

option_parser/src/lib.rs:472–472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470/// pair's elements. `S` is the key type and `T` is the value type.
471#[derive(PartialEq, Eq, Debug)]
472pub struct Tuple<S, T>(pub Vec<(S, T)>);
473
474#[derive(Error, Debug)]
475pub enum TupleError {

Callers 1

from_strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected