Trait digitalocean::method::Method []

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

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

Implementors