Struct snaptest::Report [] [src]

pub struct Report { /* fields omitted */ }

Meta information about a test and test result.

Methods

impl Report
[src]

[src]

[src]

Trait Implementations

impl Debug for Report
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Report
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Report

impl Sync for Report