[][src]Type Definition sshkeys::Result

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

A Result type alias where the Err variant is Error