v0.4.8 better errors #9

Open
Quaternions wants to merge 7 commits from staging into master
Showing only changes of commit a99b5a2666 - Show all commits

View File

@ -54,12 +54,7 @@ impl std::fmt::Display for UploadError{
} }
} }
impl std::error::Error for UploadError{} impl std::error::Error for UploadError{}
#[derive(Debug,serde::Deserialize,serde::Serialize)] type UploadResponse=u64;
#[allow(nonstandard_style,dead_code)]
pub struct UploadResponse{
pub AssetId:u64,
pub AssetVersionId:u64,
}
#[allow(nonstandard_style,dead_code)] #[allow(nonstandard_style,dead_code)]
pub struct GetAssetRequest{ pub struct GetAssetRequest{