pub fn current() -> SymbolSetExpand description
Get the current SymbolSet
If not set, it defaults to the UNICODE symbol set.
Also see symbols::set.
ยงExample
use requestty::symbols;
let symbol_set = symbols::current();
println!("{}", symbol_set.pointer);