Trait implementation lrs::tty::TtyAttr::Index

Objects that implement the immutable subscript operator.

Syntax

impl Index<TtyKey> for TtyAttr {
    type Output = u8;
}