[][src]Type Definition passablewords::PassablewordResult

type PassablewordResult = Result<(), PasswordError>;

The result type that will be returned from all public functions. It's simply a Result type that either returns Ok or a PasswordError.