StrTrace

Type Alias StrTrace 

Source
pub type StrTrace<'a> = Trace<&'a str>;

Aliased Type§

pub struct StrTrace<'a> {
    pub current: &'a str,
    pub position: usize,
    /* private fields */
}

Fields§

§current: &'a str§position: usize