mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
9 lines
158 B
Rust
9 lines
158 B
Rust
#![no_implicit_prelude]
|
|
|
|
#[::yew::prelude::hook]
|
|
fn use_boxed_fn(_f: ::std::boxed::Box<dyn::std::ops::Fn(&str) -> &str>) {
|
|
::std::todo!()
|
|
}
|
|
|
|
fn main() {}
|