Type Definition broot::display::Cols

source ·
pub type Cols = [Col; 10];

Trait Implementations§

source§

impl TryFrom<&ColsConf> for Cols

§

type Error = ConfError

The type returned in the event of a conversion error.
source§

fn try_from(cc: &ColsConf) -> Result<Self, Self::Error>

Performs the conversion.