Docs.rs
sfml-modstream-0.3.0
sfml-modstream 0.3.0
Docs.rs crate page
zlib-acknowledgement
Links
Repository
crates.io
Source
Owners
crumblingstatue
Dependencies
openmpt-sys ^0.2.0
normal
sfml ^0.18.1
normal
Versions
0%
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
sfml_
modstream
0.3.0
Key
Required Methods
into_str
Implementations on Foreign Types
&'a str
Implementors
In crate sfml_
modstream
sfml_modstream
Trait
Key
Copy item path
Source
pub trait Key<'a> { // Required method fn
into_str
(self) -> &'a
str
; }
Required Methods
§
Source
fn
into_str
(self) -> &'a
str
Implementations on Foreign Types
§
Source
§
impl<'a>
Key
<'a> for &'a
str
Source
§
fn
into_str
(self) -> &'a
str
Implementors
§
Source
§
impl
Key
<'static> for
Metadata