rust/tests/rustdoc/auxiliary/unit-return.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
91 B
Rust
Raw Normal View History

pub fn f2<F: FnMut(u32) + Clone>(f: F) {}
pub fn f3<F: FnMut(u64) -> () + Clone>(f: F) {}