rust_codecov/
url.rs

1/**
2 * Url is just a string that represents a URL. (currently)
3 */
4pub type Url = String;