blob: 7c1175f7a88f2a50e12bd7d6b79251c62e51fe21 [file] [log] [blame]
pub trait FromBuf<'a> {
fn from_buf(_: &'a [u8]) -> Self;
}