1 2 3 4 5 6 7 8 9
use error_log::ErrorLog; struct Foo; #[test] /// Confirms that there this create ca be used for Error-Types without any implementations fn no_traits() { ErrorLog::<i32, Foo>::new(); }