Docs.rs
oo-bindgen-0.8.8
oo-bindgen 0.8.8
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jadamcrain
Dependencies
backtrace ^0.3
normal
clap ^4
normal
dunce ^1.0.1
normal
heck ^0.5
normal
lazy_static ^1.3
normal
platforms ^2
normal
regex ^1
normal
semver ^1
normal
serde ^1.0.126
normal
serde_json ^1
normal
thiserror ^2.0
normal
tracing ^0.1
normal
Versions
44.83%
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
oo_
bindgen
0.8.8
Into
Name
Required Methods
into_name
Implementors
In oo_
bindgen::
model
oo_bindgen
::
model
Trait
IntoName
Copy item path
Source
pub trait IntoName { // Required method fn
into_name
(self) ->
Result
<
Name
,
BadName
>; }
Required Methods
§
Source
fn
into_name
(self) ->
Result
<
Name
,
BadName
>
Implementors
§
Source
§
impl<T>
IntoName
for T
where T:
AsRef
<
str
>,