gettextrs::getters

Function current_textdomain

source
pub fn current_textdomain() -> Result<Vec<u8>, Error>
Expand description

Get currently set message domain.

If you want to set the domain, rather than getting its current value, use textdomain.

For more information, see textdomain(3).