1 2 3 4 5 6 7 8 9
pub(crate) type TestResult<T> = std::result::Result<T, Box<dyn std::error::Error>>; mod cache; mod client; mod form; mod helpers; mod request; mod response; mod url;