Docs.rs
protobuf-sys-0.2.0+26.1
protobuf-sys 0.2.0+26.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
benesch
github:materializeinc:crate-owners
Dependencies
autocxx ^0.26.0
normal
cxx ^1.0.122
normal
protobuf-src ^2.0.0
normal
autocxx-build ^0.26.0
build
Versions
2.04%
of the crate is documented
Platform
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
protobuf_
sys
0.2.0+26.1
ToCpp
String
Required Methods
into_cpp
Implementations on Foreign Types
&String
&str
String
UniquePtr<CxxString>
Implementors
In crate protobuf_
sys
protobuf_sys
Trait
ToCppString
Copy item path
Source
pub trait ToCppString { // Required method fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>; }
Required Methods
§
Source
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
Implementations on Foreign Types
§
Source
§
impl
ToCppString
for &
str
Source
§
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
Source
§
impl
ToCppString
for &
String
Source
§
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
Source
§
impl
ToCppString
for
String
Source
§
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
Source
§
impl
ToCppString
for
UniquePtr
<
CxxString
>
Source
§
fn
into_cpp
(self) ->
UniquePtr
<
CxxString
>
Implementors
§