Skip to main content Skip to main content
Pigweed's logo Pigweed
  1. Home
  2. Reference
  3. Rust
  4. pw_base64
  5. is_valid_char

is_valid_char

Function is_valid_char 

Source
pub fn is_valid_char(c: char) -> bool
Expand description

Returns true if the provided character is a valid Base64 character.