radix_engine/
init.rs

1pub trait InitializationParameters {
2    type For;
3}