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