pub type RcBuilder = DefaultBuilder<Rc<String>>;Expand description
A DefaultBuilder implementation which uses Rc<String>s when
representing shell words.
Aliased Typeยง
pub struct RcBuilder(/* private fields */);pub type RcBuilder = DefaultBuilder<Rc<String>>;A DefaultBuilder implementation which uses Rc<String>s when
representing shell words.
pub struct RcBuilder(/* private fields */);