Docs.rs
rstring-builder-0.1.4
rstring-builder 0.1.4
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fewensa
Dependencies
Versions
69.23%
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
rstring_
builder
0.1.4
Vcharsable
Required Methods
vechars
Implementations on Foreign Types
&'a str
OsStr
String
bool
char
f32
f64
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In crate rstring_
builder
rstring_builder
Trait
Vcharsable
Copy item path
Source
pub trait Vcharsable { // Required method fn
vechars
(&self) ->
Vec
<
char
>; }
Required Methods
§
Source
fn
vechars
(&self) ->
Vec
<
char
>
Implementations on Foreign Types
§
Source
§
impl
Vcharsable
for
bool
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
char
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
f32
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
f64
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
i8
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
i16
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
i32
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
i64
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
i128
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
isize
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
u8
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
u16
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
u32
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
u64
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
u128
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
usize
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
String
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl
Vcharsable
for
OsStr
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Source
§
impl<'a>
Vcharsable
for &'a
str
Source
§
fn
vechars
(&self) ->
Vec
<
char
>
Implementors
§
Source
§
impl
Vcharsable
for
StringBuilder