Struct strom::Output [] [src]

pub struct Output<'a, T> {
    pub src: Source<'a>,
    pub mat: Result<Match<T>, String>,
}

Fields

Methods

impl<'a, T> Output<'a, T>
[src]

Trait Implementations

impl<'a, T: Debug> Debug for Output<'a, T>
[src]

Formats the value using the given formatter.

impl<'a, T: Clone> Clone for Output<'a, T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, T: PartialEq> PartialEq for Output<'a, T>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a, T: Eq> Eq for Output<'a, T>
[src]