GetDrifter

Trait GetDrifter 

Source
pub trait GetDrifter {
    // Required method
    fn get_drifter(&self) -> Drifter;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl GetDrifter for DriftProfile

Source§

fn get_drifter(&self) -> Drifter

Get a Drifter for processing drift profile tasks

§Arguments
  • name - Name of the drift profile
  • space - Space of the drift profile
  • version - Version of the drift profile
§Returns
  • Drifter - Drifter enum

Implementors§