pub type CliShellMotd = Option<unsafe extern "C" fn(context: *mut c_void)>;Expand description
Called from the shell thread to print the Message of the Day when the shell is started.
Aliased Type§
pub enum CliShellMotd {
None,
Some(unsafe extern "C" fn(*mut c_void)),
}