shuller 1.0.2

Lib to get links to images for your favourite tags on rule34 and any
Documentation
1
2
3
4
5
6
7
8
use super::Link;

/// # Build
///
/// Creates a `Link` for making request.
pub trait MakeLink {
    fn make_link(&self) -> Link;
}