Docs.rs
leptos-struct-table-0.14.0-beta2
leptos-struct-table 0.14.0-beta2
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
maccesch
Dependencies
chrono ^0.4
normal
optional
leptos ^0.7.0
normal
leptos-struct-table-macro ^0.13.0-beta1
normal
leptos-use ^0.15.2
normal
rust_decimal ^1.35
normal
optional
send_wrapper ^0.6
normal
serde ^1
normal
thiserror ^1
normal
time ^0.3
normal
optional
uuid ^1
normal
optional
wasm-bindgen ^0.2
normal
web-sys ^0.3.67
normal
Versions
81.7%
of the crate is documented
Go to latest stable release
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
leptos_
struct_
table
0.14.0-beta2
BodyRef
Aliased type
In crate leptos_
struct_
table
leptos_struct_table
Type Alias
BodyRef
Copy item path
Source
pub type BodyRef =
Arc
<dyn
Fn
(
Element
,
()
)>;
Aliased Type
ยง
struct BodyRef {
/* private fields */
}