Trait version_number::parsers::modular::ParsedState

source ·
pub trait ParsedState { }
Expand description

A trait to restrict the state of the Parser to valid state instances.

Since this trait is public it can technically be implemented outside of this crate. Usually, this is not what you want though, although it may be useful for testing, which is why it’s not sealed.

Implementors§