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>
impl<'a> TryFrom<LanguageResult<'a>> for Actor<'a>
Source§type Error = LanguageTypeError
type Error = LanguageTypeError
The type returned in the event of a conversion error.