Trait linera_views::views::CryptoHashRootView

source ·
pub trait CryptoHashRootView<C>: RootView<C> + CryptoHashView<C> { }
Expand description

A RootView that also supports crypto hash

Object Safety§

This trait is not object safe.

Implementors§