Docs.rs
  • sdml-core-0.3.1
    • sdml-core 0.3.1
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • johnstonskj
    • Dependencies
      • codespan-reporting ^0.11.1 normal
      • convert_case ^0.6 normal
      • language-tags ^0.3.2 normal
      • lazy_static ^1.5 normal
      • ordered-float ^4.3 normal
      • regex ^1.11.0 normal
      • rust_decimal ^1.36.0 normal
      • sdml-errors ^0.3.1 normal
      • serde ^1.0.210 normal optional
      • serde_json ^1.0.128 normal optional
      • serde_regex ^1.1 normal optional
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3.18 normal
      • tree-sitter ^0.23 normal optional
      • url ^2.5 normal
      • pretty_assertions ^1.4 dev
    • Versions
    • 14.57% of the crate is documented
  • Go to latest version
  • Platform
    • 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

sdml_core0.3.1

MaybeIncomplete

Required Methods

  • is_incomplete

Object Safety

Implementors

In sdml_core::model::check

sdml_core::model::check

Trait MaybeIncomplete

source
pub trait MaybeIncomplete {
    // Required method
    fn is_incomplete(&self, top: &Module, cache: &impl ModuleStore) -> bool;
}

Required Methods§

source

fn is_incomplete(&self, top: &Module, cache: &impl ModuleStore) -> bool

Object Safety§

This trait is not object safe.

Implementors§

source§

impl MaybeIncomplete for Definition

source§

impl MaybeIncomplete for TypeReference

source§

impl MaybeIncomplete for DatatypeDef

source§

impl MaybeIncomplete for EntityBody

source§

impl MaybeIncomplete for EntityDef

source§

impl MaybeIncomplete for EnumDef

source§

impl MaybeIncomplete for EventDef

source§

impl MaybeIncomplete for PropertyDef

source§

impl MaybeIncomplete for RdfDef

source§

impl MaybeIncomplete for StructureBody

source§

impl MaybeIncomplete for StructureDef

source§

impl MaybeIncomplete for TypeClassDef

source§

impl MaybeIncomplete for UnionDef

source§

impl MaybeIncomplete for MappingType

source§

impl MaybeIncomplete for Member

source§

impl MaybeIncomplete for MemberDef

source§

impl MaybeIncomplete for ModuleBody