pub async fn probe_fra_codec_detailed_async<R>(
reader: &mut R,
) -> Result<CodecDetailedProbeInfo, ProbeError>where
R: AsyncReadSeek,Available on crate feature
async only.Expand description
Legacy fragmented-file codec-detailed probe entry point through the additive Tokio-based async surface.