[−][src]Function gu_base::files::write_async_with_sha1
pub fn write_async_with_sha1<Ins: Stream<Item = Bytes, Error = E>, P: AsRef<Path>, E: Debug>(
input_stream: Ins,
path: P
) -> impl Future<Item = String, Error = String>