miniblink 0.4.0

Rust bindings to mininlink49
Documentation
1
2
3
4
5
6
7
8
9
use crate::types::AsynRequestState;

/// Parameters in get cookie callback.
pub struct GetCookieParameters {
    /// The state of the request.
    pub state: AsynRequestState,
    /// The cookie.
    pub cookie: String,
}