mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 16:33:44 +00:00
5 lines
59 B
Rust
5 lines
59 B
Rust
pub trait Trait {
|
|
/// [`u8::clone`]
|
|
fn method();
|
|
}
|