Docs.rs
scale-type-resolver-0.2.0
scale-type-resolver 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
jsdw
Dependencies
scale-info ^2.7.0
normal
optional
smallvec ^1.10.0
normal
optional
bitvec ^1
dev
scale-info ^2.7.0
dev
Versions
100%
of the crate is documented
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.2.0
Path
Iter
Implementors
In crate scale_
type_
resolver
scale_type_resolver
Trait
PathIter
Copy item path
Source
pub trait PathIter<'resolver>:
Iterator
<Item = &'resolver
str
> { }
Expand description
An iterator over the path parts.
Implementors
§
Source
§
impl<'resolver, T>
PathIter
<'resolver> for T
where T:
Iterator
<Item = &'resolver
str
>,