Docs.rs
index-from-end-1.0.0
index-from-end 1.0.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
Quelfth
Dependencies
Versions
11.11%
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
index_
from_
end
1.0.0
Into
Index
Required Methods
into_index
Implementations on Foreign Types
usize
Implementors
In crate index_
from_
end
index_from_end
Trait
IntoIndex
Copy item path
Source
pub trait IntoIndex<I> { // Required method fn
into_index
(self, len: I) -> I; }
Required Methods
§
Source
fn
into_index
(self, len: I) -> I
Implementations on Foreign Types
§
Source
§
impl
IntoIndex
<
usize
> for
usize
Source
§
fn
into_index
(self, _: Self) -> Self
Implementors
§
Source
§
impl
IntoIndex
<
usize
> for
FromEnd
Source
§
impl
IntoIndex
<
usize
> for
FromFrac
Source
§
impl
IntoIndex
<
usize
> for
LenFrac
Source
§
impl<I>
IntoIndex
<I> for
Len