pub trait CoordIntoTextPos {
    fn textpos(self) -> TextPos;
}

Required Methods§

Implementations on Foreign Types§

Implementors§