Docs.rs
string-utility-0.2.0
string-utility 0.2.0
Docs.rs crate page
GPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
0xBADC0FFEE0DDF00D
Dependencies
Versions
3.33%
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
string_
utility
0.2.0
Substring
Keeper
Ext
Required Methods
keep
Implementations on Foreign Types
String
String
Implementors
In crate string_
utility
string_utility
Trait
SubstringKeeperExt
Copy item path
Source
pub trait SubstringKeeperExt<T> { // Required method fn
keep
(self, pattern: T) ->
StringKeeper
<T>; }
Required Methods
§
Source
fn
keep
(self, pattern: T) ->
StringKeeper
<T>
Implementations on Foreign Types
§
Source
§
impl
SubstringKeeperExt
<
char
> for
String
Source
§
fn
keep
(self, pattern:
char
) ->
StringKeeper
<
char
>
Source
§
impl
SubstringKeeperExt
<
String
> for
String
Source
§
fn
keep
(self, pattern:
String
) ->
StringKeeper
<
String
>
Implementors
§