Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
472
pub struct Tuple<S, T>(pub Vec<(S, T)>);
473
474
#[derive(Error, Debug)]
475
pub enum TupleError {
Callers
1
from_str
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected