Skip to main content

read_stack_buf

Function read_stack_buf 

Source
pub fn read_stack_buf<const N: usize>(
    reader: &mut impl Read,
) -> Result<StackBuffer<N>, StreamError>