use rs621::client::Client; #[test] fn impl_std_error_trait() -> Result<(), Box> { Client::new("https://e926.net", "MyProject/1.0 (by username on e621)")?; Ok(()) }