Skip to main content

DictionaryKeysIteratorProxyInterface

Trait DictionaryKeysIteratorProxyInterface 

Source
pub trait DictionaryKeysIteratorProxyInterface: Send + Sync {
    type GetNextResponseFut: Future<Output = Result<Vec<String>, Error>> + Send;

    // Required method
    fn get_next(&self) -> Self::GetNextResponseFut;
}

Required Associated Types§

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§