[][src]Trait srcpos_get::GetLoc

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

Calculate Loc

Required methods

fn loc(&self) -> Loc

Calculate Loc

Loading content...

Implementations on Foreign Types

impl<T: GetLoc, '_> GetLoc for &'_ T[src]

impl<T: GetLoc, '_> GetLoc for &'_ mut T[src]

Loading content...

Implementors

impl GetLoc for Loc[src]

Loading content...