[−][src]Trait ergo_lib::ast::TryExtractFrom
Extract underlying value if type matches
Required methods
fn try_extract_from(c: T) -> Result<Self, TryExtractFromError>
Extract the value or return an error if type does not match