Skip to main content

Mesa

Type Alias Mesa 

Source
pub type Mesa = MesaClient<ReqwestClient>;
Expand description

Convenience type alias when using the default reqwest backend.

Aliased Type§

pub struct Mesa { /* private fields */ }

Implementations§

Source§

impl Mesa

Source

pub fn new(api_key: impl Into<String>) -> Self

Create a new client with the default reqwest backend.