[][src]Trait wain_ast::source::Source

pub trait Source: Clone {
    type Raw;
    fn describe(&self, f: &mut Formatter, offset: usize) -> Result;
fn raw(&self) -> Self::Raw; }

Associated Types

type Raw

Loading content...

Required methods

fn describe(&self, f: &mut Formatter, offset: usize) -> Result

fn raw(&self) -> Self::Raw

Loading content...

Implementors

Loading content...