[][src]Function kul::source_stream::to_arc_box_str

pub fn to_arc_box_str(s: String) -> Arc<Box<str>>

Use an Arc, for multi-threaded sharing, for the conversion with the same trade-offs as to_rc_box_str.