Skip to main content

AccessListRead

Trait AccessListRead 

Source
pub trait AccessListRead {
    // Required methods
    fn list_blocked(&self) -> impl Future<Output = Result<Value>> + Send + '_;
    fn list_allowed(&self) -> impl Future<Output = Result<Value>> + Send + '_;
}

Required Methods§

Source

fn list_blocked(&self) -> impl Future<Output = Result<Value>> + Send + '_

Source

fn list_allowed(&self) -> impl Future<Output = Result<Value>> + Send + '_

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§