1 2 3 4 5 6
use blueprint_context_derive::KeystoreContext; #[derive(KeystoreContext)] struct MyContext; fn main() {}