Trait near_primitives::types::StateChangesKindsExt

source ·
pub trait StateChangesKindsExt {
    // Required method
    fn from_changes(
        raw_changes: &mut dyn Iterator<Item = Result<RawStateChangesWithTrieKey, Error>>
    ) -> Result<StateChangesKinds, Error>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§