Crate prefab[][src]

Re-exports

pub use prefab_core::result::Changed;
pub use prefab_core::result::Unchanged;
pub use prefab_core::result::PrefabError::*;

Modules

container
package
prelude

Enums

PrefabError

Attribute Macros

async_trait
main

Marks async function to be executed by the selected runtime. This macro helps set up a Runtime without requiring the user to use Runtime or Builder directly.

test

Marks async function to be executed by runtime, suitable to test environment