Docs.rs
rspack_util-0.100.1
rspack_util 0.100.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hardfist
Dependencies
rspack-allocative ^0.3.5
normal
optional
anyhow ^1.0.102
normal
optional
base64-simd ^0.8.0
normal
bitflags ^2.11.1
normal
concat-string ^1.0.1
normal
cow-utils ^0.1.3
normal
dashmap ^6.1.0
normal
hashlink ^0.10.0
normal
indexmap ^2.12.1
normal
itoa ^1.0.18
normal
json-escape-simd ^3.0.2
normal
memchr ^2.8.0
normal
once_cell ^1.21.4
normal
optional
regex ^1.12.3
normal
rspack_cacheable =0.100.1
normal
rspack_paths =0.100.1
normal
rspack_regex =0.100.1
normal
rustc-hash ^2.1.2
normal
ryu-js ^1.0.2
normal
serde ^1.0.228
normal
serde_json ^1.0.149
normal
signal-hook ^0.3.18
normal
optional
sugar_path ^2.0.1
normal
swc_config ^4.0.1
normal
swc_core ^65.0.1
normal
swc_plugin_runner ^27.0.0
normal
optional
unicase ^2.8.1
normal
wasi-common ^35.0.0
normal
optional
wasmtime ^35.0.0
normal
optional
Versions
21.57%
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
Skip to main content
IntoAny
rspack_
util
0.100.1
IntoAny
Required Methods
into_any
Implementors
In rspack_
util::
ext
rspack_util
::
ext
Trait
IntoAny
Copy item path
Source
pub trait IntoAny { // Required method fn
into_any
(self:
Box
<Self>) ->
Box
<dyn
Any
>; }
Required Methods
§
Source
fn
into_any
(self:
Box
<Self>) ->
Box
<dyn
Any
>
Implementors
§
Source
§
impl<T:
Any
>
IntoAny
for T