Module parsable

Module parsable 

Source
Available on crate feature parsing only.
Expand description

A trait that can be used to parse an item from an input.

Modules§

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

Traits§

Parsable
A type that can be parsed.