Struct kailua_env::spanmap::SpanMap [] [src]

pub struct SpanMap<V> { /* fields omitted */ }

An efficient mapping from spans to values.

Methods

impl<V> SpanMap<V>
[src]

Trait Implementations

impl<V: Clone> Clone for SpanMap<V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<V: Debug> Debug for SpanMap<V>
[src]

Formats the value using the given formatter.

impl<'a, V> IntoIterator for &'a SpanMap<V>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more