chromedriver_api/
prelude.rs

1#![allow(unused_imports)]
2
3pub use crate::{ Result, Error };
4
5pub(crate) use std::format as fmt;
6pub(crate) use std::path::{ Path, PathBuf };
7pub(crate) use std::sync::{ Arc, Mutex };