mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-13 22:17:52 +00:00
5 lines
59 B
Rust
5 lines
59 B
Rust
pub trait Trait {
|
|
/// [`u8::clone`]
|
|
fn method();
|
|
}
|