pub fn thumbnail(thumbnail: &Thumbnail) -> Result<(), ComponentValidationError>
Expand description
Validates a thumbnail component.
ยงErrors
This will error with [ThumbnailDescriptionTooLong
] if the description is longer
than [THUMBNAIL_DESCRIPTION_LENGTH_MAX
].