pub const fn check_str(string: &str) -> Result<(), Empty>
Checks whether the given string is non-empty.
Returns Empty if the string is empty.
Empty