niga
This commit is contained in:
parent
513826750b
commit
918f976822
1 changed files with 2 additions and 1 deletions
|
|
@ -86,7 +86,8 @@ pub mod abort {
|
|||
pub upload: file::Id,
|
||||
}
|
||||
|
||||
pub type Ok = True;
|
||||
#[data(copy)]
|
||||
pub struct Ok(pub True);
|
||||
|
||||
#[data(error)]
|
||||
pub enum Err {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue