Type Alias Location

Source
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>>