Function read_stack_buf

Source
pub fn read_stack_buf<const N: usize>(
    stream: &mut TcpStream,
) -> Result<StackBuffer<N>, StreamError>