Type Definition gdb_command::error::Result

source · []
pub type Result<T> = Result<T, Error>;
Expand description

GdbCommand Result