Skip to main content

TableSecondaryIndexInfo

Trait TableSecondaryIndexInfo 

Source
pub trait TableSecondaryIndexInfo {
    // Required methods
    fn index_info(&self) -> Vec<IndexInfo>;
    fn is_empty(&self) -> bool;

    // Provided method
    fn is_unit() -> bool { ... }
}

Required Methods§

Provided Methods§

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.

Implementations on Foreign Types§

Source§

impl TableSecondaryIndexInfo for ()

Implementors§