[go: up one dir, main page]

read_value

Function read_value 

Source
pub unsafe fn read_value<T: Sized>(
    read: &mut impl Read,
    value: &mut T,
) -> Result<()>
Expand description

Read a slice of bytes into the specified reference.