Struct pcb_core::common::Context [] [src]

pub struct Context<T> { /* fields omitted */ }

Methods

impl<T> Context<T>
[src]

Trait Implementations

impl<'a, T> IntoIterator for &'a Context<T>
[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