Skip to main content

EntityPlacement

Trait EntityPlacement 

Source
pub trait EntityPlacement {
    type Store: StoreKind;
    type Canister: CanisterKind;
}
Expand description

EntityPlacement

Runtime placement of an entity

Required Associated Types§

Implementors§