pub trait Exists {
    fn exists(
        _keystore: &mut impl Keystore,
        _request: &Exists
    ) -> Result<Exists, Error> { ... } }

Provided methods

Implementors