Trait proto_vulcan::GoalCast[][src]

pub trait GoalCast<U, E, SuperGoal> where
    U: User,
    E: Engine<U>, 
{ fn cast_into(self) -> SuperGoal; }

Required methods

Implementors