[][src]Function gu_base::files::write_async

pub fn write_async<Ins: Stream<Item = Bytes, Error = E>, P: AsRef<Path>, E: Debug>(
    input_stream: Ins,
    path: P
) -> impl Future<Item = (), Error = String>