pub trait Method: Default + Debug + Clone + Copy { }
Expand description

A marker trait used by Request to signal which execution path should be taken.

Implementors§