Skip to main content

IndexStoreKind

Trait IndexStoreKind 

Source
pub trait IndexStoreKind: Kind {
    type Canister: CanisterKind;
}
Expand description

Marker for index stores bound to a canister.

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§