Type Definition password_store::Result [] [src]

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

Result type returned by the PasswordStore methods.