[][src]Trait dbcrossbarlib::ArgumentState

pub trait ArgumentState: Clone { }

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

impl ArgumentState for Unverified[src]

impl ArgumentState for Verified[src]

Loading content...