pub(crate) type Location = LinuxLocation;
Expand description
The secret API.
Aliased Type§
pub(crate) struct Location {
inner: OnceCell<Arc<ProxyAndSession>>,
}
Fields§
§inner: OnceCell<Arc<ProxyAndSession>>
pub(crate) type Location = LinuxLocation;
The secret API.
pub(crate) struct Location {
inner: OnceCell<Arc<ProxyAndSession>>,
}
inner: OnceCell<Arc<ProxyAndSession>>