mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-19 08:06:12 +00:00
4 lines
64 B
Rust
4 lines
64 B
Rust
pub trait FromBuf<'a> {
|
|
fn from_buf(_: &'a [u8]) -> Self;
|
|
}
|