Trait Method

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

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§