Docs.rs
scale-type-resolver-0.1.0
scale-type-resolver 0.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jsdw
Dependencies
scale-info ^2.7.0
normal
bitvec ^1
dev
scale-info ^2.7.0
dev
Versions
100%
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
scale_type_resolver
0.1.0
TypeId
Object Safety
Implementors
In crate scale_type_resolver
?
Trait
scale_type_resolver
::
TypeId
source
·
[
−
]
pub trait TypeId:
Debug
+
Default
{ }
Expand description
A trait representing a type ID.
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T:
Debug
+
Default
>
TypeId
for T