pub trait RequestInfo {
    const BASE_URL: &'static str;
}

Required Associated Constants§

source

const BASE_URL: &'static str

The base URL for the requests.

Implementors§