ArcArg

Type Alias ArcArg 

Source
pub type ArcArg<T> = Arc<Arg<T>>;

Aliased Typeยง

pub struct ArcArg<T> { /* private fields */ }