Docs.rs
sdf-metadata-0.14.0
sdf-metadata 0.14.0
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
sehz
Dependencies
anyhow ^1.0.95
normal
cfg-if ^1.0.0
normal
croner ^2.1
normal
sdf-common ^0.14.0
normal
sdf-parser-core ^0.14.0
normal
optional
sdf-parser-df ^0.14.0
normal
optional
sdf-parser-package ^0.14.0
normal
optional
serde ^1.0.216
normal
serde_yaml ^0.9.0
normal
optional
syn ^2.0
normal
optional
tracing ^0.1.19
normal
wasmtime ^33.0.0
normal
optional
wit-bindgen ^0.42.1
normal
optional
wit-encoder ^0.233
normal
Versions
3.02%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
ConfigError
sdf_
metadata
0.14.0
Config
Error
Required Methods
readable
Implementors
In sdf_
metadata::
util::
config_
error
sdf_metadata
::
util
::
config_error
Trait
Config
Error
Copy item path
Source
pub trait ConfigError { // Required method fn
readable
(&self, indents:
usize
) ->
String
; }
Required Methods
§
Source
fn
readable
(&self, indents:
usize
) ->
String
Implementors
§
Source
§
impl
ConfigError
for
MetadataTypeValidationError
Source
§
impl
ConfigError
for
MetadataTypeValidationFailure
Source
§
impl
ConfigError
for
ValidationError
Source
§
impl
ConfigError
for
ValidationFailure