[][src]Trait elastic_types::document::StaticType

pub trait StaticType: DocumentType {
    fn static_ty() -> &'static str { ... }
}

An indexable Elasticsearch type with a static document type.

Provided methods

fn static_ty() -> &'static str

Loading content...

Implementations on Foreign Types

impl<'a, TDocument> StaticType for &'a TDocument where
    TDocument: StaticType
[src]

impl<'a, TDocument> StaticType for Cow<'a, TDocument> where
    TDocument: StaticType + Clone
[src]

Loading content...

Implementors

Loading content...