pub trait HasFocus { // Required method fn focus(&self) -> Focus<'_>; }
Is this a container widget of sorts.
Returns a Focus struct.