Skip to main content

read_bounded_hook_input

Function read_bounded_hook_input 

Source
pub fn read_bounded_hook_input(
    reader: &mut dyn Read,
    max_bytes: usize,
) -> Result<Vec<u8>>