Struct slr_config::Source []

pub struct Source<'l> {
    // some fields omitted
}

Annotated representation of the configuration source string.

Methods

impl<'l> Source<'l>

fn new(filename: &'l Path, source: &'l str) -> Source<'l>

Trait Implementations

impl<'l> Clone for Source<'l>

fn clone(&self) -> Source<'l>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl<'l> Iterator for Source<'l>

type Item = char

fn next(&mut self) -> Option<char>