Docs.rs
flat-drop-0.1.2
flat-drop 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
zeramorphic
Dependencies
serde ^1
normal
optional
Versions
23.81%
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
FlatBox
flat_
drop
0.1.2
FlatBox
Aliased Type
Methods
new_boxed
unbox
Trait Implementations
From<T>
In crate flat_
drop
flat_drop
Type Alias
FlatBox
Copy item path
Source
pub type FlatBox<T> =
FlatDrop
<
Box
<T>>;
Aliased Type
§
pub struct FlatBox<T>(
/* private fields */
);
Implementations
§
Source
§
impl<T>
FlatBox
<T>
where T:
Recursive
<Container =
Box
<T>>,
Source
pub fn
unbox
(self) -> T
Source
§
impl<T>
FlatBox
<T>
where T:
Recursive
<Container =
Box
<T>>,
Source
pub fn
new_boxed
(value: T) -> Self
Trait Implementations
§
Source
§
impl<T>
From
<T> for
FlatBox
<T>
where T:
Recursive
<Container =
Box
<T>>,
Source
§
fn
from
(value: T) -> Self
Converts to this type from the input type.