pub trait Component: AsComponent + AsGrid + Child + GridElementType + Nullify + WidgetFns {
    fn co(&self) -> newtComponent;
}
Expand description

Trait implemented by Widget types and Grid types.

Required Methods

Return newtComponent pointer.

Trait Implementations

Formats the value using the given formatter. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Implementors