Skip to main content

RestContext

Type Alias RestContext 

Source
pub type RestContext = Client;
๐Ÿ‘ŽDeprecated since 0.1.3:

renamed to Client; use klbfw::Client instead

Expand description

Deprecated alias for Client.

The type was renamed to Client to better match Rust conventions; this alias keeps existing code compiling.

Aliased Typeยง

pub struct RestContext { /* private fields */ }