Docs.rs
leaky-cow-0.1.1
leaky-cow 0.1.1
Docs.rs crate page
MIT
/
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
notriddle
Dependencies
leak ^0.1.1
normal
Versions
33.33%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
leaky_
cow
0.1.1
Leaky
Cow
Required Methods
leak
Implementations on Foreign Types
Cow<'a, B>
Implementors
In crate leaky_
cow
leaky_cow
Trait
LeakyCow
Copy item path
Source
pub trait LeakyCow<'a, B: ?
Sized
> { // Required method fn
leak
(self) ->
&'a B
; }
Required Methods
§
Source
fn
leak
(self) ->
&'a B
Implementations on Foreign Types
§
Source
§
impl<'a, B>
LeakyCow
<'a, B> for
Cow
<'a, B>
where B: 'a +
ToOwned
+ ?
Sized
, B::
Owned
:
Leak
<B>,
Source
§
fn
leak
(self) ->
&'a B
Implementors
§