[][src]Type Definition crabler::Result

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