Docs.rs
rep-str-0.1.0
rep-str 0.1.0
Permalink
Docs.rs crate page
GPL-3.0
Links
crates.io
Source
Owners
Neutron3529
Dependencies
Versions
57.14%
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
IntoRepStr
rep_str
0.1.0
Into
RepStr
Required Methods
repeat_cache
Implementations on Foreign Types
&str
Implementors
In crate rep_
str
rep_str
Trait
Into
RepStr
Copy item path
Source
pub trait IntoRepStr { // Required method fn
repeat_cache
(self, repeat:
usize
) ->
RepStr
; }
Required Methods
§
Source
fn
repeat_cache
(self, repeat:
usize
) ->
RepStr
Implementations on Foreign Types
§
Source
§
impl
IntoRepStr
for &
str
Source
§
fn
repeat_cache
(self, repeat:
usize
) ->
RepStr
Implementors
§