Actor

Type Alias Actor 

Source
pub type Actor<'a> = &'a str;
Expand description

The representation of an entity that can receive theta roles (e.g. a human, a cup, a thought).

Trait Implementations§

Source§

impl<'a> TryFrom<LanguageResult<'a>> for Actor<'a>

Source§

type Error = LanguageTypeError

The type returned in the event of a conversion error.
Source§

fn try_from(value: LanguageResult<'a>) -> Result<Self, Self::Error>

Performs the conversion.