pub fn parse(bytes: &[u8]) -> Result<Header>👎Deprecated:
use Header::parse
Expand description
Deprecated free-function alias for Header::parse; use that instead.
pub fn parse(bytes: &[u8]) -> Result<Header>use Header::parse
Deprecated free-function alias for Header::parse; use that instead.