mirror of
https://github.com/kristoferssolo/project-finder.git
synced 2025-10-21 19:50:35 +00:00
4 lines
55 B
Rust
4 lines
55 B
Rust
pub fn default<T: Default>() -> T {
|
|
T::default()
|
|
}
|