[][src]Trait yarte_lexer::error::KiError

pub trait KiError: Error + PartialEq + Clone {
    pub const EMPTY: Self;
    pub const UNCOMPLETED: Self;
    pub const PATH: Self;
    pub const WHITESPACE: Self;

    pub fn str(s: &'static str) -> Self;
pub fn char(c: char) -> Self;
pub fn string(s: String) -> Self; }

Associated Constants

pub const EMPTY: Self[src]

pub const UNCOMPLETED: Self[src]

pub const PATH: Self[src]

pub const WHITESPACE: Self[src]

Loading content...

Required methods

pub fn str(s: &'static str) -> Self[src]

pub fn char(c: char) -> Self[src]

pub fn string(s: String) -> Self[src]

Loading content...

Implementors

impl KiError for Some[src]

impl KiError for Empty[src]

Loading content...