pub trait KeyService {
    // Required method
    fn get() -> KeyServiceGetResponse;
}

Required Methods§

Implementors§