Docs.rs
ctp-dyn-0.1.8
ctp-dyn 0.1.8
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
pseudocodes
Dependencies
encoding_rs ^0.8.35
normal
futures ^0.3.31
normal
libloading ^0.8.7
normal
memchr ^2.7.4
normal
Inflector ^0.11.4
build
bindgen ^0.71.0
build
clang ^2.0.0
build
clang-sys ^1.8.1
build
encoding_rs ^0.8.35
build
regex ^1.11.1
build
roxmltree ^0.20.0
build
Versions
70.78%
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
ctp_dyn
0.1.8
Wrap
ToString
Required Methods
to_string
Implementations on Foreign Types
&[i8; N]
[i8; N]
Implementors
In ctp_
dyn::
ffi
ctp_dyn
::
ffi
Trait
WrapToString
Copy item path
Source
pub trait WrapToString { // Required method fn
to_string
(&self) ->
String
; }
Required Methods
§
Source
fn
to_string
(&self) ->
String
Implementations on Foreign Types
§
Source
§
impl<const N:
usize
>
WrapToString
for &[
i8
;
N
]
Source
§
fn
to_string
(&self) ->
String
Source
§
impl<const N:
usize
>
WrapToString
for [
i8
;
N
]
Source
§
fn
to_string
(&self) ->
String
Implementors
§