Skip to main content

NodeTokenProxyInterface

Trait NodeTokenProxyInterface 

Source
pub trait NodeTokenProxyInterface: Send + Sync {
    type GetResponseFut: Future<Output = Result<NodeTokenGetResult, Error>> + Send;

    // Required method
    fn get(&self) -> Self::GetResponseFut;
}

Required Associated Types§

Required Methods§

Source

fn get(&self) -> Self::GetResponseFut

Implementors§