yew-macro 0.23.0

A framework for making client-side single-page apps
Documentation
1
2
3
4
5
6
7
8
#![no_implicit_prelude]

#[::yew::prelude::hook]
fn use_str_ref(f: &::std::primitive::str) -> &::std::primitive::str {
    f
}

fn main() {}