Struct rspec::formatter::simple::Simple [] [src]

pub struct Simple<'a, Io: Write + 'a> {
    pub name_stack: Vec<String>,
    pub failures: Vec<String>,
    // some fields omitted
}

Fields

Methods

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

Trait Implementations

impl<'a, T: Write> EventHandler for Simple<'a, T>
[src]

impl<'a, T: Write> Formatter for Simple<'a, T>
[src]