This commit is contained in:
Aleksandr 2025-12-27 23:41:22 +03:00
parent 513826750b
commit 918f976822

View file

@ -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 {