Struct menu::Runner [] [src]

pub struct Runner<'a, T> where
    T: Write,
    T: 'a, 
{ pub context: &'a mut T, // some fields omitted }

Fields

Methods

impl<'a, T> Runner<'a, T> where
    T: Write
[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<'a, T> Send for Runner<'a, T> where
    T: Send

impl<'a, T> Sync for Runner<'a, T> where
    T: Sync