1 2 3 4 5 6 7
use super::*; impl From<i32> for LineWidth { fn from(v: i32) -> Self { Self { value: v as f32 } } }