Docs.rs
  • stam-0.7.1
    • stam 0.7.1
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • proycon
    • Dependencies
      • chrono ^0.4.26 normal
      • csv ^1.2.2 normal
      • nanoid ^0.4.0 normal
      • regex ^1.8.4 normal
      • sealed ^0.5.0 normal
      • serde ^1.0.163 normal
      • serde_json ^1.0.96 normal
      • serde_path_to_error ^0.1.11 normal
      • smallvec ^1.10.0 normal
      • criterion ^0.4.0 dev
    • Versions
    • 0% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

TypeInfo

Required Methods

  • typeinfo

Implementors

In stam

?
Change settings

Trait stam::TypeInfo

source ·
pub trait TypeInfo: Sealed {
    // Required method
    fn typeinfo() -> Type;
}

Required Methods§

source

fn typeinfo() -> Type

Implementors§

source§

impl TypeInfo for DataValue

source§

impl TypeInfo for Annotation

source§

impl TypeInfo for AnnotationData

source§

impl TypeInfo for AnnotationDataSet

source§

impl TypeInfo for AnnotationStore

source§

impl TypeInfo for Config

source§

impl TypeInfo for DataKey

source§

impl TypeInfo for TextResource

source§

impl TypeInfo for TextResourceBuilder

source§

impl TypeInfo for TextSelection

source§

impl TypeInfo for TextSelectionSet

source§

impl<'a> TypeInfo for AnnotationDataSetBuilder<'a>

source§

impl<'a> TypeInfo for AnnotationStoreBuilder<'a>