[][src]Function kul::source_stream::to_arc_string

pub fn to_arc_string(s: String) -> Arc<String>

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