current

Function current 

Source
pub fn current() -> SymbolSet
Expand 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);