Docs.rs
bounded-vec-0.7.1
bounded-vec 0.7.1
Docs.rs crate page
CC0-1.0
Links
Repository
crates.io
Source
Owners
greenhat
ross-weir
SethDusek
Dependencies
proptest ^1.0.0
normal
serde ^1.0.123
normal
thiserror ^1
normal
proptest ^1.0.0
dev
Versions
100%
of the crate is documented
Go to latest version
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
☰
OptBoundedVecToVec
Required Methods
to_vec
Implementations on Foreign Types
Option<BoundedVec<T, L, U>>
Implementors
In bounded_vec
?
Trait
bounded_vec
::
OptBoundedVecToVec
source
·
[
−
]
pub trait OptBoundedVecToVec<T> { fn
to_vec
(self) ->
Vec
<T>; }
Expand description
Option<BoundedVec<T, _, _>> to Vec
Required Methods
source
fn
to_vec
(self) ->
Vec
<T>
Option<BoundedVec<T, _, _>> to Vec
Implementations on Foreign Types
source
impl<T, const L:
usize
, const U:
usize
>
OptBoundedVecToVec
<T> for
Option
<
BoundedVec
<T, L, U>>
source
fn
to_vec
(self) ->
Vec
<T>
Implementors