Skip to main content

Module default

Module default 

Source
Expand description

Default trait accepted by the arcis interpreter.

This trait is a documentation-only handle: it exists so rustdoc renders a page with an auto-generated implementors list showing which types the arcis interpreter recognizes the trait on.

It is never imported by user code. Inside #[encrypted] code the interpreter dispatches T::default() directly; you do not need to bring this trait into scope.

Traitsยง

Default
Default semantics accepted by the arcis interpreter.