cursive::vec
pub trait ToVec4 { fn to_vec4(self) -> Vec4; }
Generic trait for converting a value into a Vec4.
fn to_vec4(self) -> Vec4
Converts self to a Vec4.
impl ToVec4 for Vec4
impl ToVec4 for (usize, usize, usize, usize)
impl ToVec4 for (i32, i32, i32, i32)