pub fn bio(bio: impl AsRef<str>) -> Result<(), ValidationError>Expand description
Ensures that a bio is correct.
The bio’s length must be at least BIO_LIMIT_MIN, and at maximum BIO_LIMIT_MAX
This is based off the limitations enforced when setting a bio on the developer portal.
§Errors
Returns an error of type Bio if the length is invalid.