pub trait SubstateKeyContent {
    // Required method
    fn get_type() -> SubstateKeyTypeContentType;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl SubstateKeyContent for ([u8; 2], Vec<u8>)

source§

impl SubstateKeyContent for u8

Implementors§