Enum cursive_flexbox::FlexBoxError
source · pub enum FlexBoxError {
AxisFull,
}
Expand description
Any error that can arise from operations on a flexbox.
Variants§
AxisFull
Error when trying to add too many items to one axis.
pub enum FlexBoxError {
AxisFull,
}
Any error that can arise from operations on a flexbox.
Error when trying to add too many items to one axis.