Type Definition wordlists::Result

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

Simple Result type wrapper with the WordlistError as the error type.