[][src]Trait voile_util::loc::ToLoc

pub trait ToLoc {
    fn loc(&self) -> Loc;
}

Something that holds a Loc.

Required methods

fn loc(&self) -> Loc

Access the location information.

Loading content...

Implementors

impl ToLoc for Ident[src]

Loading content...