☰
Tuple
Implementors
In core::marker
?
Trait
core
::
marker
::
Tuple
source
·
[
−
]
pub trait Tuple { }
🔬
This is a nightly-only experimental API. (
tuple_trait
)
Expand description
元组类型的标记。
这个 trait 的实现是内置的,不能为任何用户类型实现。
Implementors
§