time::parsing::parsable

Module sealed

Source
Available on crate feature parsing only.
Expand description

Seal the trait to prevent downstream users from implementing it, while still allowing it to exist in generic bounds.

Traitsยง

  • Parse the item using a format description and an input.