Function version_with_pattern

Source
pub async fn version_with_pattern<R: AsyncRead + Unpin>(
    buffer: &mut R,
    pattern: &str,
) -> Option<String>
Expand description

Get the version for a specific pattern.