Type Definition yareio_sys::spirit::LivingFriendlySpirit [−][src]
type LivingFriendlySpirit = OperableSpirit;
Trait Implementations
type Error = &'a DeadFriendlySpirit
type Error = &'a DeadFriendlySpirit
The type returned in the event of a conversion error.
Performs the conversion.
type Error = &'a LivingEnemySpirit
type Error = &'a LivingEnemySpirit
The type returned in the event of a conversion error.
Performs the conversion.
type Error = DeadFriendlySpirit
type Error = DeadFriendlySpirit
The type returned in the event of a conversion error.
Performs the conversion.
type Error = LivingEnemySpirit
type Error = LivingEnemySpirit
The type returned in the event of a conversion error.
Performs the conversion.