Type Alias tk::ttk_widget::TtkStateSpec
source · pub type TtkStateSpec = Vec<TtkState>;Aliased Type§
struct TtkStateSpec { /* private fields */ }Trait Implementations§
source§impl From<TtkState> for TtkStateSpec
impl From<TtkState> for TtkStateSpec
source§fn from(state: TtkState) -> TtkStateSpec
fn from(state: TtkState) -> TtkStateSpec
Converts to this type from the input type.