Struct target_lexicon::DefaultToHost [−][src]
pub struct DefaultToHost(pub Triple);
Expand description
A simple wrapper around Triple
that provides an implementation of
Default
which defaults to Triple::host()
.
Tuple Fields
0: Triple