statue 0.3.1

Easier way to query selectors for static HTML pages.
Documentation
1
2
3
4
5
6
7
use super::super::{RetTyKind, SelSyntax};

pub(crate) struct ImplKindSelQuery {
    pub(crate) name: String,
    pub(crate) ret_ty: RetTyKind,
    pub(crate) syn: SelSyntax,
}