Type Definition sshkeys::Result

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

A Result type alias where the Err variant is Error