referrerpolicy=no-referrer-when-downgrade

Trait pallet_bags_list_remote_tests::RuntimeT

source ·
pub trait RuntimeT<I: 'static>: Config + Config<I> + Config { }
Expand description

A wrapper for a runtime that the functions of this crate expect.

For example, this can be the Runtime type of the Polkadot runtime.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<I: 'static, T: Config + Config<I> + Config> RuntimeT<I> for T