pub type Result<T> = Result<T, ReadlineError>;Expand description
The error type for I/O and Linux Syscalls (Errno)
Aliased Type§
pub enum Result<T> {
Ok(T),
Err(ReadlineError),
}Variants§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.