Trait editor2::display_map::ToDisplayPoint
source · pub trait ToDisplayPoint {
// Required method
fn to_display_point(&self, map: &DisplaySnapshot) -> DisplayPoint;
}
pub trait ToDisplayPoint {
// Required method
fn to_display_point(&self, map: &DisplaySnapshot) -> DisplayPoint;
}