JavaScript is disabled, refresh for a better experience. ambee/giterated

ambee/giterated

Git repository hosting, collaboration, and discovery for the Fediverse.

Wow!

Amber - ⁨1⁩ year ago

parent: tbd commit: ⁨6530104

⁨giterated-core/src/operation.rs⁩ - ⁨122⁩ bytes
Raw
1 use giterated_abi::value_ex::FfiValueUntyped;
2
3 pub struct Success(FfiValueUntyped);
4
5 pub struct Failure(FfiValueUntyped);
6