Struct rustspec_assertions::expect::Expect [] [src]

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

Methods

impl<T: Clone> Expect<T>
[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl<T> Send for Expect<T> where
    T: Send

impl<T> Sync for Expect<T> where
    T: Sync