Function rustsync::signature_fut [] [src]

pub fn signature_fut<R: AsyncRead, B: AsRef<[u8]> + AsMut<[u8]>>(
    r: R,
    b: B
) -> FutureSignature<R, B>

This is the same as signature, except that this function reads the input source asynchronously.