Enum woodpecker::LineRangeBound [] [src]

pub enum LineRangeBound {
    BOF,
    EOF,
}

The markers of the begging of the file and its end.

Variants

Beginning of the file.

End of the file.