Type Definition rusterm::Command[][src]

pub type Command = fn(_: Arguments) -> Result<(), Error>;
Expand description

The type for Commands passed into the Console. All functions passed in must be of type fn(brc::lex::Arguments) -> Result<(), brc::error::Error>