[][src]Crate srcpos_get

Macros

locof

Build Loc

pos

Expands to the pos on which it was invoked.

posof

Build Pos

Structs

Loc

Range of Posation in source code

Pos

Posation in source code

Traits

GetLoc

Calculate Loc

GetPos

Calculate Pos

Functions

loc

Shorthand for Loc::new

pos

Shorthand for Pos::new

Derive Macros

GetLoc

Example

GetPos

Example