Update upload.rs

This commit is contained in:
Sunli 2020-11-30 13:47:00 +08:00
parent b115e534f3
commit ad3f576fe9

View File

@ -2,6 +2,7 @@ use std::borrow::Cow;
use std::fs::File;
use std::io::Read;
#[cfg(feature = "unblock")]
use futures_util::io::AsyncRead;
use crate::{registry, Context, InputValueError, InputValueResult, InputValueType, Type, Value};