Enum tls_parser::tls_states::StateChangeError [−][src]
pub enum StateChangeError {
InvalidTransition,
ParseError,
}Error types for the state machine
Variants
InvalidTransitionParseError
Auto Trait Implementations
impl Send for StateChangeError
impl Send for StateChangeErrorimpl Sync for StateChangeError
impl Sync for StateChangeError