Function rustsync::compare_fut [] [src]

pub fn compare_fut<R: AsyncRead, B: AsRef<[u8]> + AsMut<[u8]>>(
    sig: Signature,
    r: R,
    block: B
) -> FutureCompare<R, B>

Same as compare, except that this function reads the file asynchronously.