Trait zellij_utils::errors::ErrorInstruction[][src]

pub trait ErrorInstruction {
    fn error(err: String) -> Self;
}

Required methods

Implementors