Verstion

Type Alias Verstion 

Source
pub type Verstion = Version;

Aliased Type§

pub struct Verstion {
    pub first_cell: String,
    pub second_cell: String,
    pub third_cell: String,
}

Fields§

§first_cell: String§second_cell: String§third_cell: String