Trait dbcrossbarlib::ArgumentState[][src]

pub trait ArgumentState: Clone { }
Expand description

This is a marker trait used by SharedArguments, SourceArguments and DestinationArguments. We use it to keep track whether or not the arguments have been verified against a driver’s Features list.

This is used to implement the type state pattern.

Implementors