Struct strom::Source [] [src]

pub struct Source<'a> {
    pub src: &'a str,
    pub pos: usize,
}

Fields

Methods

impl<'a> Source<'a>
[src]

Trait Implementations

impl<'a> Debug for Source<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for Source<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for Source<'a>
[src]

impl<'a> PartialEq for Source<'a>
[src]

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

This method tests for !=.

impl<'a> Eq for Source<'a>
[src]