pub trait Index {
    fn index() -> Option<String> { ... }
}

Provided methods

Implementors