[][src]Type Definition feroxbuster::FeroxResult

type FeroxResult<T> = Result<T, Box<dyn Error + Send + Sync + 'static>>;

Generic Result type to ease error handling in async contexts