Type Definition sshkeys::Result[][src]

type Result<T> = Result<T, Error>;

A Result type alias where the Err variant is Error