This is probably what you want use std::io::{Error, ErrorKind}; fn main() { let emptyvec = Vec::new(); match Frame::from_bytes(&emptyvec) ...
確定! 回上一頁