fn read_page_header_len<T: Read>(input: &mut T) -> Result<(usize, PageHeader)>
Expand description
Reads a PageHeader
from the provided Read
returning the number of bytes read
fn read_page_header_len<T: Read>(input: &mut T) -> Result<(usize, PageHeader)>
Reads a PageHeader
from the provided Read
returning the number of bytes read