Skip to main content

shared_get

Function shared_get 

Source
pub fn shared_get<S>(shared: &Shared<S>) -> S
where S: Clone,
Expand description

[Shared::get] clones feature state once.