Index

Trait Index 

Source
pub trait Index { }
Expand description

Marker trait for type-level tuple indices.

Implementors§

Source§

impl Index for Here

Source§

impl<T: Index> Index for There<T>