Module time::parsing::parsable::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.