Struct openssl::ex_data::Index [−][src]
pub struct Index<T, U>(_, _);
A slot in a type's "extra data" structure.
It is parameterized over the type containing the extra data as well as the type of the data in the slot.
Methods
impl<T, U> Index<T, U>
[src]
impl<T, U> Index<T, U>