Struct fluid::LeftElement[][src]

#[must_use]
pub struct LeftElement<L> where
    L: Debug
{ /* fields omitted */ }

The left element of the assertion.

Methods

impl<L> LeftElement<L> where
    L: Debug
[src]

Creates a new LeftElement. Not intended to be used directly, but through the theory! macro:

theory!(my_left_element)

Initiates a new assertion.

Trait Implementations

impl<L: Debug> Debug for LeftElement<L> where
    L: Debug
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<L> Send for LeftElement<L> where
    L: Send

impl<L> Sync for LeftElement<L> where
    L: Sync