Struct Locate

Source
pub struct Locate {
    pub offset: usize,
    pub line: u32,
    pub len: usize,
}

Fields§

§offset: usize§line: u32§len: usize

Implementations§

Source§

impl Locate

Source

pub fn str<'a, 'b>(&'a self, s: &'b str) -> &'b str

Trait Implementations§

Source§

impl Clone for Locate

Source§

fn clone(&self) -> Locate

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Locate

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Default for Locate

Source§

fn default() -> Locate

Returns the “default value” for a type. Read more
Source§

impl<'a> From<&'a Locate> for RefNodes<'a>

Source§

fn from(x: &'a Locate) -> RefNodes<'a>

Converts to this type from the input type.
Source§

impl<'a> IntoIterator for &'a Locate

Source§

type Item = RefNode<'a>

The type of the elements being iterated over.
Source§

type IntoIter = Iter<'a>

Which kind of iterator are we turning this into?
Source§

fn into_iter(self) -> <&'a Locate as IntoIterator>::IntoIter

Creates an iterator from a value. Read more
Source§

impl<'a> Node<'a> for Locate

Source§

fn next(&'a self) -> RefNodes<'a>

Source§

impl PartialEq for Locate

Source§

fn eq(&self, other: &Locate) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl<'a> TryFrom<&'a ActionBlock> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ActionBlock, ) -> Result<Locate, <Locate as TryFrom<&'a ActionBlock>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ActionBlockElse> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ActionBlockElse, ) -> Result<Locate, <Locate as TryFrom<&'a ActionBlockElse>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ActualArgument> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ActualArgument, ) -> Result<Locate, <Locate as TryFrom<&'a ActualArgument>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AlwaysConstruct> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AlwaysConstruct, ) -> Result<Locate, <Locate as TryFrom<&'a AlwaysConstruct>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AlwaysKeyword> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AlwaysKeyword, ) -> Result<Locate, <Locate as TryFrom<&'a AlwaysKeyword>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AngleBracketLiteral> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AngleBracketLiteral, ) -> Result<Locate, <Locate as TryFrom<&'a AngleBracketLiteral>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AnonymousProgram> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AnonymousProgram, ) -> Result<Locate, <Locate as TryFrom<&'a AnonymousProgram>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AnonymousProgramItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AnonymousProgramItem, ) -> Result<Locate, <Locate as TryFrom<&'a AnonymousProgramItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AnsiPortDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AnsiPortDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a AnsiPortDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AnsiPortDeclarationNet> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AnsiPortDeclarationNet, ) -> Result<Locate, <Locate as TryFrom<&'a AnsiPortDeclarationNet>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AnsiPortDeclarationParen> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AnsiPortDeclarationParen, ) -> Result<Locate, <Locate as TryFrom<&'a AnsiPortDeclarationParen>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AnsiPortDeclarationVariable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AnsiPortDeclarationVariable, ) -> Result<Locate, <Locate as TryFrom<&'a AnsiPortDeclarationVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ArrayIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ArrayIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ArrayIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ArrayManipulationCall> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ArrayManipulationCall, ) -> Result<Locate, <Locate as TryFrom<&'a ArrayManipulationCall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ArrayMethodName> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ArrayMethodName, ) -> Result<Locate, <Locate as TryFrom<&'a ArrayMethodName>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ArrayPatternKey> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ArrayPatternKey, ) -> Result<Locate, <Locate as TryFrom<&'a ArrayPatternKey>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ArrayRangeExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ArrayRangeExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ArrayRangeExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ArrayRangeExpressionColon> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ArrayRangeExpressionColon, ) -> Result<Locate, <Locate as TryFrom<&'a ArrayRangeExpressionColon>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ArrayRangeExpressionMinusColon> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ArrayRangeExpressionMinusColon, ) -> Result<Locate, <Locate as TryFrom<&'a ArrayRangeExpressionMinusColon>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ArrayRangeExpressionPlusColon> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ArrayRangeExpressionPlusColon, ) -> Result<Locate, <Locate as TryFrom<&'a ArrayRangeExpressionPlusColon>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssertPropertyStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssertPropertyStatement, ) -> Result<Locate, <Locate as TryFrom<&'a AssertPropertyStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssertTiming> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssertTiming, ) -> Result<Locate, <Locate as TryFrom<&'a AssertTiming>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssertionItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssertionItem, ) -> Result<Locate, <Locate as TryFrom<&'a AssertionItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssertionItemDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssertionItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a AssertionItemDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssertionVariableDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssertionVariableDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a AssertionVariableDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentOperator> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentOperator, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentOperator>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentPattern> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentPattern, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentPattern>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentPatternArray> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentPatternArray, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentPatternArray>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentPatternExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentPatternExpression, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentPatternExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentPatternExpressionType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentPatternExpressionType, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentPatternExpressionType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentPatternKey> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentPatternKey, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentPatternKey>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentPatternList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentPatternList, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentPatternList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentPatternNetLvalue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentPatternNetLvalue, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentPatternNetLvalue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentPatternRepeat> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentPatternRepeat, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentPatternRepeat>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentPatternStructure> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentPatternStructure, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentPatternStructure>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssignmentPatternVariableLvalue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssignmentPatternVariableLvalue, ) -> Result<Locate, <Locate as TryFrom<&'a AssignmentPatternVariableLvalue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssociativeDimension> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssociativeDimension, ) -> Result<Locate, <Locate as TryFrom<&'a AssociativeDimension>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssociativeDimensionAsterisk> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssociativeDimensionAsterisk, ) -> Result<Locate, <Locate as TryFrom<&'a AssociativeDimensionAsterisk>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssociativeDimensionDataType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssociativeDimensionDataType, ) -> Result<Locate, <Locate as TryFrom<&'a AssociativeDimensionDataType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AssumePropertyStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AssumePropertyStatement, ) -> Result<Locate, <Locate as TryFrom<&'a AssumePropertyStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AttrSpec> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AttrSpec, ) -> Result<Locate, <Locate as TryFrom<&'a AttrSpec>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a AttributeInstance> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a AttributeInstance, ) -> Result<Locate, <Locate as TryFrom<&'a AttributeInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a BinIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinaryBase> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinaryBase, ) -> Result<Locate, <Locate as TryFrom<&'a BinaryBase>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinaryModulePathOperator> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinaryModulePathOperator, ) -> Result<Locate, <Locate as TryFrom<&'a BinaryModulePathOperator>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinaryNumber> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinaryNumber, ) -> Result<Locate, <Locate as TryFrom<&'a BinaryNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinaryOperator> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinaryOperator, ) -> Result<Locate, <Locate as TryFrom<&'a BinaryOperator>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinaryValue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinaryValue, ) -> Result<Locate, <Locate as TryFrom<&'a BinaryValue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BindDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BindDirective, ) -> Result<Locate, <Locate as TryFrom<&'a BindDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BindDirectiveInstance> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BindDirectiveInstance, ) -> Result<Locate, <Locate as TryFrom<&'a BindDirectiveInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BindDirectiveScope> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BindDirectiveScope, ) -> Result<Locate, <Locate as TryFrom<&'a BindDirectiveScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BindInstantiation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BindInstantiation, ) -> Result<Locate, <Locate as TryFrom<&'a BindInstantiation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BindTargetInstance> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BindTargetInstance, ) -> Result<Locate, <Locate as TryFrom<&'a BindTargetInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BindTargetInstanceList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BindTargetInstanceList, ) -> Result<Locate, <Locate as TryFrom<&'a BindTargetInstanceList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BindTargetScope> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BindTargetScope, ) -> Result<Locate, <Locate as TryFrom<&'a BindTargetScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsExpression, ) -> Result<Locate, <Locate as TryFrom<&'a BinsExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsExpressionCoverPoint> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsExpressionCoverPoint, ) -> Result<Locate, <Locate as TryFrom<&'a BinsExpressionCoverPoint>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsKeyword> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsKeyword, ) -> Result<Locate, <Locate as TryFrom<&'a BinsKeyword>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsOrEmpty> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsOrEmpty, ) -> Result<Locate, <Locate as TryFrom<&'a BinsOrEmpty>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsOrEmptyNonEmpty> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsOrEmptyNonEmpty, ) -> Result<Locate, <Locate as TryFrom<&'a BinsOrEmptyNonEmpty>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsOrOptions> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsOrOptions, ) -> Result<Locate, <Locate as TryFrom<&'a BinsOrOptions>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsOrOptionsCoverPoint> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsOrOptionsCoverPoint, ) -> Result<Locate, <Locate as TryFrom<&'a BinsOrOptionsCoverPoint>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsOrOptionsCovergroup> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsOrOptionsCovergroup, ) -> Result<Locate, <Locate as TryFrom<&'a BinsOrOptionsCovergroup>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsOrOptionsDefault> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsOrOptionsDefault, ) -> Result<Locate, <Locate as TryFrom<&'a BinsOrOptionsDefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsOrOptionsDefaultSequence> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsOrOptionsDefaultSequence, ) -> Result<Locate, <Locate as TryFrom<&'a BinsOrOptionsDefaultSequence>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsOrOptionsSetCovergroup> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsOrOptionsSetCovergroup, ) -> Result<Locate, <Locate as TryFrom<&'a BinsOrOptionsSetCovergroup>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsOrOptionsTransList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsOrOptionsTransList, ) -> Result<Locate, <Locate as TryFrom<&'a BinsOrOptionsTransList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsSelection> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsSelection, ) -> Result<Locate, <Locate as TryFrom<&'a BinsSelection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsSelectionOrOption> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsSelectionOrOption, ) -> Result<Locate, <Locate as TryFrom<&'a BinsSelectionOrOption>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsSelectionOrOptionBins> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsSelectionOrOptionBins, ) -> Result<Locate, <Locate as TryFrom<&'a BinsSelectionOrOptionBins>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BinsSelectionOrOptionCoverage> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BinsSelectionOrOptionCoverage, ) -> Result<Locate, <Locate as TryFrom<&'a BinsSelectionOrOptionCoverage>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BitSelect> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BitSelect, ) -> Result<Locate, <Locate as TryFrom<&'a BitSelect>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockEventExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockEventExpression, ) -> Result<Locate, <Locate as TryFrom<&'a BlockEventExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockEventExpressionBegin> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockEventExpressionBegin, ) -> Result<Locate, <Locate as TryFrom<&'a BlockEventExpressionBegin>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockEventExpressionEnd> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockEventExpressionEnd, ) -> Result<Locate, <Locate as TryFrom<&'a BlockEventExpressionEnd>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockEventExpressionOr> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockEventExpressionOr, ) -> Result<Locate, <Locate as TryFrom<&'a BlockEventExpressionOr>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a BlockIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockItemDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a BlockItemDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockItemDeclarationData> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockItemDeclarationData, ) -> Result<Locate, <Locate as TryFrom<&'a BlockItemDeclarationData>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockItemDeclarationLet> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockItemDeclarationLet, ) -> Result<Locate, <Locate as TryFrom<&'a BlockItemDeclarationLet>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockItemDeclarationLocalParameter> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockItemDeclarationLocalParameter, ) -> Result<Locate, <Locate as TryFrom<&'a BlockItemDeclarationLocalParameter>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockItemDeclarationParameter> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockItemDeclarationParameter, ) -> Result<Locate, <Locate as TryFrom<&'a BlockItemDeclarationParameter>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockingAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockingAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a BlockingAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockingAssignmentHierarchicalVariable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockingAssignmentHierarchicalVariable, ) -> Result<Locate, <Locate as TryFrom<&'a BlockingAssignmentHierarchicalVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockingAssignmentNonrangeVariable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockingAssignmentNonrangeVariable, ) -> Result<Locate, <Locate as TryFrom<&'a BlockingAssignmentNonrangeVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BlockingAssignmentVariable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BlockingAssignmentVariable, ) -> Result<Locate, <Locate as TryFrom<&'a BlockingAssignmentVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BooleanAbbrev> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BooleanAbbrev, ) -> Result<Locate, <Locate as TryFrom<&'a BooleanAbbrev>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a BuiltInMethodCall> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a BuiltInMethodCall, ) -> Result<Locate, <Locate as TryFrom<&'a BuiltInMethodCall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a CIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseExpression, ) -> Result<Locate, <Locate as TryFrom<&'a CaseExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseGenerateConstruct> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseGenerateConstruct, ) -> Result<Locate, <Locate as TryFrom<&'a CaseGenerateConstruct>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseGenerateItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseGenerateItem, ) -> Result<Locate, <Locate as TryFrom<&'a CaseGenerateItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseGenerateItemDefault> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseGenerateItemDefault, ) -> Result<Locate, <Locate as TryFrom<&'a CaseGenerateItemDefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseGenerateItemNondefault> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseGenerateItemNondefault, ) -> Result<Locate, <Locate as TryFrom<&'a CaseGenerateItemNondefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseInsideItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseInsideItem, ) -> Result<Locate, <Locate as TryFrom<&'a CaseInsideItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseInsideItemNondefault> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseInsideItemNondefault, ) -> Result<Locate, <Locate as TryFrom<&'a CaseInsideItemNondefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseItem, ) -> Result<Locate, <Locate as TryFrom<&'a CaseItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseItemDefault> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseItemDefault, ) -> Result<Locate, <Locate as TryFrom<&'a CaseItemDefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseItemExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseItemExpression, ) -> Result<Locate, <Locate as TryFrom<&'a CaseItemExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseItemNondefault> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseItemNondefault, ) -> Result<Locate, <Locate as TryFrom<&'a CaseItemNondefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseKeyword> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseKeyword, ) -> Result<Locate, <Locate as TryFrom<&'a CaseKeyword>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CasePatternItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CasePatternItem, ) -> Result<Locate, <Locate as TryFrom<&'a CasePatternItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CasePatternItemNondefault> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CasePatternItemNondefault, ) -> Result<Locate, <Locate as TryFrom<&'a CasePatternItemNondefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseStatement, ) -> Result<Locate, <Locate as TryFrom<&'a CaseStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseStatementInside> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseStatementInside, ) -> Result<Locate, <Locate as TryFrom<&'a CaseStatementInside>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseStatementMatches> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseStatementMatches, ) -> Result<Locate, <Locate as TryFrom<&'a CaseStatementMatches>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CaseStatementNormal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CaseStatementNormal, ) -> Result<Locate, <Locate as TryFrom<&'a CaseStatementNormal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Cast> for Locate

Source§

type Error = ()

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

fn try_from(x: &'a Cast) -> Result<Locate, <Locate as TryFrom<&'a Cast>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CastingType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CastingType, ) -> Result<Locate, <Locate as TryFrom<&'a CastingType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CellClause> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CellClause, ) -> Result<Locate, <Locate as TryFrom<&'a CellClause>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CellIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CellIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a CellIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CelldefineDriveCompilerDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CelldefineDriveCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a CelldefineDriveCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ChargeStrength> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ChargeStrength, ) -> Result<Locate, <Locate as TryFrom<&'a ChargeStrength>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ChargeStrengthLarge> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ChargeStrengthLarge, ) -> Result<Locate, <Locate as TryFrom<&'a ChargeStrengthLarge>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ChargeStrengthMedium> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ChargeStrengthMedium, ) -> Result<Locate, <Locate as TryFrom<&'a ChargeStrengthMedium>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ChargeStrengthSmall> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ChargeStrengthSmall, ) -> Result<Locate, <Locate as TryFrom<&'a ChargeStrengthSmall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerGenerateItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerGenerateItem, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerGenerateItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerInstantiation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerInstantiation, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerInstantiation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerOrGenerateItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerOrGenerateItem, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerOrGenerateItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerOrGenerateItemDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerOrGenerateItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerOrGenerateItemDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerOrGenerateItemDeclarationClocking> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerOrGenerateItemDeclarationClocking, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerOrGenerateItemDeclarationClocking>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerOrGenerateItemDeclarationData> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerOrGenerateItemDeclarationData, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerOrGenerateItemDeclarationData>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerOrGenerateItemDeclarationDisable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerOrGenerateItemDeclarationDisable, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerOrGenerateItemDeclarationDisable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerPortDirection> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerPortDirection, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerPortDirection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerPortItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerPortItem, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerPortItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CheckerPortList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CheckerPortList, ) -> Result<Locate, <Locate as TryFrom<&'a CheckerPortList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassConstraint> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassConstraint, ) -> Result<Locate, <Locate as TryFrom<&'a ClassConstraint>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassConstructorDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassConstructorDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ClassConstructorDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassConstructorPrototype> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassConstructorPrototype, ) -> Result<Locate, <Locate as TryFrom<&'a ClassConstructorPrototype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ClassDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ClassIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassItem, ) -> Result<Locate, <Locate as TryFrom<&'a ClassItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassItemConstraint> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassItemConstraint, ) -> Result<Locate, <Locate as TryFrom<&'a ClassItemConstraint>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassItemCovergroup> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassItemCovergroup, ) -> Result<Locate, <Locate as TryFrom<&'a ClassItemCovergroup>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassItemDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ClassItemDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassItemMethod> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassItemMethod, ) -> Result<Locate, <Locate as TryFrom<&'a ClassItemMethod>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassItemProperty> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassItemProperty, ) -> Result<Locate, <Locate as TryFrom<&'a ClassItemProperty>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassItemQualifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassItemQualifier, ) -> Result<Locate, <Locate as TryFrom<&'a ClassItemQualifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassMethod> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassMethod, ) -> Result<Locate, <Locate as TryFrom<&'a ClassMethod>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassMethodConstructor> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassMethodConstructor, ) -> Result<Locate, <Locate as TryFrom<&'a ClassMethodConstructor>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassMethodExternConstructor> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassMethodExternConstructor, ) -> Result<Locate, <Locate as TryFrom<&'a ClassMethodExternConstructor>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassMethodExternMethod> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassMethodExternMethod, ) -> Result<Locate, <Locate as TryFrom<&'a ClassMethodExternMethod>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassMethodFunction> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassMethodFunction, ) -> Result<Locate, <Locate as TryFrom<&'a ClassMethodFunction>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassMethodPureVirtual> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassMethodPureVirtual, ) -> Result<Locate, <Locate as TryFrom<&'a ClassMethodPureVirtual>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassMethodTask> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassMethodTask, ) -> Result<Locate, <Locate as TryFrom<&'a ClassMethodTask>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassNew> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassNew, ) -> Result<Locate, <Locate as TryFrom<&'a ClassNew>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassNewArgument> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassNewArgument, ) -> Result<Locate, <Locate as TryFrom<&'a ClassNewArgument>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassNewExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassNewExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ClassNewExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassProperty> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassProperty, ) -> Result<Locate, <Locate as TryFrom<&'a ClassProperty>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassPropertyConst> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassPropertyConst, ) -> Result<Locate, <Locate as TryFrom<&'a ClassPropertyConst>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassPropertyConstExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassPropertyConstExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ClassPropertyConstExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassPropertyNonConst> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassPropertyNonConst, ) -> Result<Locate, <Locate as TryFrom<&'a ClassPropertyNonConst>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassQualifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassQualifier, ) -> Result<Locate, <Locate as TryFrom<&'a ClassQualifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassQualifierOrPackageScope> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassQualifierOrPackageScope, ) -> Result<Locate, <Locate as TryFrom<&'a ClassQualifierOrPackageScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassScope> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassScope, ) -> Result<Locate, <Locate as TryFrom<&'a ClassScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassType, ) -> Result<Locate, <Locate as TryFrom<&'a ClassType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClassVariableIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClassVariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ClassVariableIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingDeclAssign> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingDeclAssign, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingDeclAssign>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingDeclarationGlobal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingDeclarationGlobal, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingDeclarationGlobal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingDeclarationLocal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingDeclarationLocal, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingDeclarationLocal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingDirection> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingDirection, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingDirection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingDirectionInput> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingDirectionInput, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingDirectionInput>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingDirectionInputOutput> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingDirectionInputOutput, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingDirectionInputOutput>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingDirectionOutput> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingDirectionOutput, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingDirectionOutput>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingDrive> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingDrive, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingDrive>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingEvent> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingEvent, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingEvent>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingEventExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingEventExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingEventExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingEventIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingEventIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingEventIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingItem, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingItemAssertion> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingItemAssertion, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingItemAssertion>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingItemDefault> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingItemDefault, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingItemDefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingItemDirection> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingItemDirection, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingItemDirection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingSkew> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingSkew, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingSkew>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockingSkewEdge> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockingSkewEdge, ) -> Result<Locate, <Locate as TryFrom<&'a ClockingSkewEdge>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Clockvar> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Clockvar, ) -> Result<Locate, <Locate as TryFrom<&'a Clockvar>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ClockvarExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ClockvarExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ClockvarExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CmosSwitchInstance> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CmosSwitchInstance, ) -> Result<Locate, <Locate as TryFrom<&'a CmosSwitchInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CmosSwitchtype> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CmosSwitchtype, ) -> Result<Locate, <Locate as TryFrom<&'a CmosSwitchtype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CombinationalBody> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CombinationalBody, ) -> Result<Locate, <Locate as TryFrom<&'a CombinationalBody>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CombinationalEntry> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CombinationalEntry, ) -> Result<Locate, <Locate as TryFrom<&'a CombinationalEntry>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Comment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Comment, ) -> Result<Locate, <Locate as TryFrom<&'a Comment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CompilerDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a CompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Concatenation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Concatenation, ) -> Result<Locate, <Locate as TryFrom<&'a Concatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConcurrentAssertionItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConcurrentAssertionItem, ) -> Result<Locate, <Locate as TryFrom<&'a ConcurrentAssertionItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConcurrentAssertionItemStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConcurrentAssertionItemStatement, ) -> Result<Locate, <Locate as TryFrom<&'a ConcurrentAssertionItemStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConcurrentAssertionStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConcurrentAssertionStatement, ) -> Result<Locate, <Locate as TryFrom<&'a ConcurrentAssertionStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CondPattern> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CondPattern, ) -> Result<Locate, <Locate as TryFrom<&'a CondPattern>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CondPredicate> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CondPredicate, ) -> Result<Locate, <Locate as TryFrom<&'a CondPredicate>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConditionalCompilerDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConditionalCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a ConditionalCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConditionalExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConditionalExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConditionalExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConditionalGenerateConstruct> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConditionalGenerateConstruct, ) -> Result<Locate, <Locate as TryFrom<&'a ConditionalGenerateConstruct>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConditionalStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConditionalStatement, ) -> Result<Locate, <Locate as TryFrom<&'a ConditionalStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Config> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Config, ) -> Result<Locate, <Locate as TryFrom<&'a Config>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConfigDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConfigDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ConfigDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConfigIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConfigIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ConfigIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConfigRuleStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConfigRuleStatement, ) -> Result<Locate, <Locate as TryFrom<&'a ConfigRuleStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConfigRuleStatementCellLib> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConfigRuleStatementCellLib, ) -> Result<Locate, <Locate as TryFrom<&'a ConfigRuleStatementCellLib>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConfigRuleStatementCellUse> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConfigRuleStatementCellUse, ) -> Result<Locate, <Locate as TryFrom<&'a ConfigRuleStatementCellUse>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConfigRuleStatementDefault> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConfigRuleStatementDefault, ) -> Result<Locate, <Locate as TryFrom<&'a ConfigRuleStatementDefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConfigRuleStatementInstLib> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConfigRuleStatementInstLib, ) -> Result<Locate, <Locate as TryFrom<&'a ConfigRuleStatementInstLib>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConfigRuleStatementInstUse> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConfigRuleStatementInstUse, ) -> Result<Locate, <Locate as TryFrom<&'a ConfigRuleStatementInstUse>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConsecutiveRepetition> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConsecutiveRepetition, ) -> Result<Locate, <Locate as TryFrom<&'a ConsecutiveRepetition>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConsecutiveRepetitionAsterisk> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConsecutiveRepetitionAsterisk, ) -> Result<Locate, <Locate as TryFrom<&'a ConsecutiveRepetitionAsterisk>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConsecutiveRepetitionExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConsecutiveRepetitionExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConsecutiveRepetitionExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConsecutiveRepetitionPlus> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConsecutiveRepetitionPlus, ) -> Result<Locate, <Locate as TryFrom<&'a ConsecutiveRepetitionPlus>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Const> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Const, ) -> Result<Locate, <Locate as TryFrom<&'a Const>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ConstIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstOrRangeExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstOrRangeExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConstOrRangeExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantAssignmentPatternExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantAssignmentPatternExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantAssignmentPatternExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantBitSelect> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantBitSelect, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantBitSelect>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantCast> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantCast, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantCast>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantConcatenation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantExpressionBinary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantExpressionBinary, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantExpressionBinary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantExpressionTernary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantExpressionTernary, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantExpressionTernary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantExpressionUnary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantExpressionUnary, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantExpressionUnary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantFunctionCall> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantFunctionCall, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantFunctionCall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantIndexedRange> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantIndexedRange, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantIndexedRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantLetExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantLetExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantLetExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantMintypmaxExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantMintypmaxExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantMintypmaxExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantMintypmaxExpressionTernary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantMintypmaxExpressionTernary, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantMintypmaxExpressionTernary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantMultipleConcatenation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantMultipleConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantMultipleConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantParamExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantParamExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantParamExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantPartSelectRange> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantPartSelectRange, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantPartSelectRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantPrimary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantPrimary, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantPrimary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantPrimaryConcatenation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantPrimaryConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantPrimaryConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantPrimaryEnum> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantPrimaryEnum, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantPrimaryEnum>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantPrimaryFormalPort> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantPrimaryFormalPort, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantPrimaryFormalPort>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantPrimaryMintypmaxExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantPrimaryMintypmaxExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantPrimaryMintypmaxExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantPrimaryMultipleConcatenation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantPrimaryMultipleConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantPrimaryMultipleConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantPrimaryPsParameter> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantPrimaryPsParameter, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantPrimaryPsParameter>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantPrimarySpecparam> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantPrimarySpecparam, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantPrimarySpecparam>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantRange> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantRange, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantRangeExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantRangeExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantRangeExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstantSelect> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstantSelect, ) -> Result<Locate, <Locate as TryFrom<&'a ConstantSelect>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintBlock> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintBlock, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintBlock>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintBlockItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintBlockItem, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintBlockItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintBlockItemSolve> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintBlockItemSolve, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintBlockItemSolve>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintExpressionArrow> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintExpressionArrow, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintExpressionArrow>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintExpressionDisable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintExpressionDisable, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintExpressionDisable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintExpressionExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintExpressionExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintExpressionExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintExpressionForeach> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintExpressionForeach, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintExpressionForeach>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintExpressionIf> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintExpressionIf, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintExpressionIf>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintPrimary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintPrimary, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintPrimary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintPrototype> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintPrototype, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintPrototype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintPrototypeQualifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintPrototypeQualifier, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintPrototypeQualifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintSet> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintSet, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintSet>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ConstraintSetBrace> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ConstraintSetBrace, ) -> Result<Locate, <Locate as TryFrom<&'a ConstraintSetBrace>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ContinuousAssign> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ContinuousAssign, ) -> Result<Locate, <Locate as TryFrom<&'a ContinuousAssign>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ContinuousAssignNet> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ContinuousAssignNet, ) -> Result<Locate, <Locate as TryFrom<&'a ContinuousAssignNet>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ContinuousAssignVariable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ContinuousAssignVariable, ) -> Result<Locate, <Locate as TryFrom<&'a ContinuousAssignVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ControlledReferenceEvent> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ControlledReferenceEvent, ) -> Result<Locate, <Locate as TryFrom<&'a ControlledReferenceEvent>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ControlledTimingCheckEvent> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ControlledTimingCheckEvent, ) -> Result<Locate, <Locate as TryFrom<&'a ControlledTimingCheckEvent>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverCross> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverCross, ) -> Result<Locate, <Locate as TryFrom<&'a CoverCross>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverPoint> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverPoint, ) -> Result<Locate, <Locate as TryFrom<&'a CoverPoint>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverPointIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverPointIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a CoverPointIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverPropertyStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverPropertyStatement, ) -> Result<Locate, <Locate as TryFrom<&'a CoverPropertyStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverSequenceStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverSequenceStatement, ) -> Result<Locate, <Locate as TryFrom<&'a CoverSequenceStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverageEvent> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverageEvent, ) -> Result<Locate, <Locate as TryFrom<&'a CoverageEvent>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverageEventAt> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverageEventAt, ) -> Result<Locate, <Locate as TryFrom<&'a CoverageEventAt>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverageEventSample> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverageEventSample, ) -> Result<Locate, <Locate as TryFrom<&'a CoverageEventSample>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverageOption> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverageOption, ) -> Result<Locate, <Locate as TryFrom<&'a CoverageOption>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverageOptionOption> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverageOptionOption, ) -> Result<Locate, <Locate as TryFrom<&'a CoverageOptionOption>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverageOptionTypeOption> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverageOptionTypeOption, ) -> Result<Locate, <Locate as TryFrom<&'a CoverageOptionTypeOption>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverageSpec> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverageSpec, ) -> Result<Locate, <Locate as TryFrom<&'a CoverageSpec>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverageSpecOrOption> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverageSpecOrOption, ) -> Result<Locate, <Locate as TryFrom<&'a CoverageSpecOrOption>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverageSpecOrOptionOption> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverageSpecOrOptionOption, ) -> Result<Locate, <Locate as TryFrom<&'a CoverageSpecOrOptionOption>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CoverageSpecOrOptionSpec> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CoverageSpecOrOptionSpec, ) -> Result<Locate, <Locate as TryFrom<&'a CoverageSpecOrOptionSpec>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CovergroupDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CovergroupDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a CovergroupDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CovergroupExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CovergroupExpression, ) -> Result<Locate, <Locate as TryFrom<&'a CovergroupExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CovergroupIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CovergroupIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a CovergroupIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CovergroupRangeList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CovergroupRangeList, ) -> Result<Locate, <Locate as TryFrom<&'a CovergroupRangeList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CovergroupValueRange> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CovergroupValueRange, ) -> Result<Locate, <Locate as TryFrom<&'a CovergroupValueRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CovergroupValueRangeBinary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CovergroupValueRangeBinary, ) -> Result<Locate, <Locate as TryFrom<&'a CovergroupValueRangeBinary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CovergroupVariableIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CovergroupVariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a CovergroupVariableIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CrossBody> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CrossBody, ) -> Result<Locate, <Locate as TryFrom<&'a CrossBody>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CrossBodyItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CrossBodyItem, ) -> Result<Locate, <Locate as TryFrom<&'a CrossBodyItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CrossBodyNonEmpty> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CrossBodyNonEmpty, ) -> Result<Locate, <Locate as TryFrom<&'a CrossBodyNonEmpty>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CrossIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CrossIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a CrossIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CrossItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CrossItem, ) -> Result<Locate, <Locate as TryFrom<&'a CrossItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CrossSetExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CrossSetExpression, ) -> Result<Locate, <Locate as TryFrom<&'a CrossSetExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CurrentState> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CurrentState, ) -> Result<Locate, <Locate as TryFrom<&'a CurrentState>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelay> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelay, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelay>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayConstRangeExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayConstRangeExpression, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayConstRangeExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayConstRangeExpressionBinary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayConstRangeExpressionBinary, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayConstRangeExpressionBinary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayConstRangeExpressionDollar> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayConstRangeExpressionDollar, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayConstRangeExpressionDollar>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayExpression, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayIntegral> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayIntegral, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayIntegral>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayRange> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayRange, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayRangeAsterisk> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayRangeAsterisk, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayRangeAsterisk>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayRangeExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayRangeExpression, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayRangeExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayRangePlus> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayRangePlus, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayRangePlus>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a CycleDelayRangePrimary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a CycleDelayRangePrimary, ) -> Result<Locate, <Locate as TryFrom<&'a CycleDelayRangePrimary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a DataDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataDeclarationVariable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataDeclarationVariable, ) -> Result<Locate, <Locate as TryFrom<&'a DataDeclarationVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataEvent> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataEvent, ) -> Result<Locate, <Locate as TryFrom<&'a DataEvent>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataSourceExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataSourceExpression, ) -> Result<Locate, <Locate as TryFrom<&'a DataSourceExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataType, ) -> Result<Locate, <Locate as TryFrom<&'a DataType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataTypeAtom> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataTypeAtom, ) -> Result<Locate, <Locate as TryFrom<&'a DataTypeAtom>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataTypeEnum> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataTypeEnum, ) -> Result<Locate, <Locate as TryFrom<&'a DataTypeEnum>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataTypeOrImplicit> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataTypeOrImplicit, ) -> Result<Locate, <Locate as TryFrom<&'a DataTypeOrImplicit>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataTypeOrVoid> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataTypeOrVoid, ) -> Result<Locate, <Locate as TryFrom<&'a DataTypeOrVoid>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataTypeStructUnion> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataTypeStructUnion, ) -> Result<Locate, <Locate as TryFrom<&'a DataTypeStructUnion>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataTypeType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataTypeType, ) -> Result<Locate, <Locate as TryFrom<&'a DataTypeType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataTypeVector> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataTypeVector, ) -> Result<Locate, <Locate as TryFrom<&'a DataTypeVector>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DataTypeVirtual> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DataTypeVirtual, ) -> Result<Locate, <Locate as TryFrom<&'a DataTypeVirtual>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DecimalBase> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DecimalBase, ) -> Result<Locate, <Locate as TryFrom<&'a DecimalBase>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DecimalNumber> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DecimalNumber, ) -> Result<Locate, <Locate as TryFrom<&'a DecimalNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DecimalNumberBaseUnsigned> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DecimalNumberBaseUnsigned, ) -> Result<Locate, <Locate as TryFrom<&'a DecimalNumberBaseUnsigned>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DecimalNumberBaseXNumber> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DecimalNumberBaseXNumber, ) -> Result<Locate, <Locate as TryFrom<&'a DecimalNumberBaseXNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DecimalNumberBaseZNumber> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DecimalNumberBaseZNumber, ) -> Result<Locate, <Locate as TryFrom<&'a DecimalNumberBaseZNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Default> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Default, ) -> Result<Locate, <Locate as TryFrom<&'a Default>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DefaultClause> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DefaultClause, ) -> Result<Locate, <Locate as TryFrom<&'a DefaultClause>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DefaultNettypeCompilerDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DefaultNettypeCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a DefaultNettypeCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DefaultNettypeValue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DefaultNettypeValue, ) -> Result<Locate, <Locate as TryFrom<&'a DefaultNettypeValue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DefaultSkew> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DefaultSkew, ) -> Result<Locate, <Locate as TryFrom<&'a DefaultSkew>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DefaultSkewInput> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DefaultSkewInput, ) -> Result<Locate, <Locate as TryFrom<&'a DefaultSkewInput>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DefaultSkewInputOutput> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DefaultSkewInputOutput, ) -> Result<Locate, <Locate as TryFrom<&'a DefaultSkewInputOutput>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DefaultSkewOutput> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DefaultSkewOutput, ) -> Result<Locate, <Locate as TryFrom<&'a DefaultSkewOutput>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DefaultText> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DefaultText, ) -> Result<Locate, <Locate as TryFrom<&'a DefaultText>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DeferredImmediateAssertStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DeferredImmediateAssertStatement, ) -> Result<Locate, <Locate as TryFrom<&'a DeferredImmediateAssertStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DeferredImmediateAssertionItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DeferredImmediateAssertionItem, ) -> Result<Locate, <Locate as TryFrom<&'a DeferredImmediateAssertionItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DeferredImmediateAssertionStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DeferredImmediateAssertionStatement, ) -> Result<Locate, <Locate as TryFrom<&'a DeferredImmediateAssertionStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DeferredImmediateAssumeStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DeferredImmediateAssumeStatement, ) -> Result<Locate, <Locate as TryFrom<&'a DeferredImmediateAssumeStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DeferredImmediateCoverStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DeferredImmediateCoverStatement, ) -> Result<Locate, <Locate as TryFrom<&'a DeferredImmediateCoverStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DefparamAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DefparamAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a DefparamAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Delay2> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Delay2, ) -> Result<Locate, <Locate as TryFrom<&'a Delay2>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Delay2Mintypmax> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Delay2Mintypmax, ) -> Result<Locate, <Locate as TryFrom<&'a Delay2Mintypmax>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Delay2Single> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Delay2Single, ) -> Result<Locate, <Locate as TryFrom<&'a Delay2Single>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Delay3> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Delay3, ) -> Result<Locate, <Locate as TryFrom<&'a Delay3>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Delay3Mintypmax> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Delay3Mintypmax, ) -> Result<Locate, <Locate as TryFrom<&'a Delay3Mintypmax>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Delay3Single> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Delay3Single, ) -> Result<Locate, <Locate as TryFrom<&'a Delay3Single>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DelayControl> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DelayControl, ) -> Result<Locate, <Locate as TryFrom<&'a DelayControl>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DelayControlDelay> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DelayControlDelay, ) -> Result<Locate, <Locate as TryFrom<&'a DelayControlDelay>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DelayControlMintypmax> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DelayControlMintypmax, ) -> Result<Locate, <Locate as TryFrom<&'a DelayControlMintypmax>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DelayOrEventControl> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DelayOrEventControl, ) -> Result<Locate, <Locate as TryFrom<&'a DelayOrEventControl>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DelayOrEventControlRepeat> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DelayOrEventControlRepeat, ) -> Result<Locate, <Locate as TryFrom<&'a DelayOrEventControlRepeat>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DelayValue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DelayValue, ) -> Result<Locate, <Locate as TryFrom<&'a DelayValue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DelayedData> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DelayedData, ) -> Result<Locate, <Locate as TryFrom<&'a DelayedData>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DelayedDataWithMintypmax> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DelayedDataWithMintypmax, ) -> Result<Locate, <Locate as TryFrom<&'a DelayedDataWithMintypmax>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DelayedReference> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DelayedReference, ) -> Result<Locate, <Locate as TryFrom<&'a DelayedReference>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DelayedReferenceWithMintypmax> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DelayedReferenceWithMintypmax, ) -> Result<Locate, <Locate as TryFrom<&'a DelayedReferenceWithMintypmax>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Description> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Description, ) -> Result<Locate, <Locate as TryFrom<&'a Description>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DescriptionBindDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DescriptionBindDirective, ) -> Result<Locate, <Locate as TryFrom<&'a DescriptionBindDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DescriptionPackageItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DescriptionPackageItem, ) -> Result<Locate, <Locate as TryFrom<&'a DescriptionPackageItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DesignStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DesignStatement, ) -> Result<Locate, <Locate as TryFrom<&'a DesignStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DisableStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DisableStatement, ) -> Result<Locate, <Locate as TryFrom<&'a DisableStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DisableStatementBlock> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DisableStatementBlock, ) -> Result<Locate, <Locate as TryFrom<&'a DisableStatementBlock>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DisableStatementFork> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DisableStatementFork, ) -> Result<Locate, <Locate as TryFrom<&'a DisableStatementFork>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DisableStatementTask> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DisableStatementTask, ) -> Result<Locate, <Locate as TryFrom<&'a DisableStatementTask>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DistItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DistItem, ) -> Result<Locate, <Locate as TryFrom<&'a DistItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DistList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DistList, ) -> Result<Locate, <Locate as TryFrom<&'a DistList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DistWeight> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DistWeight, ) -> Result<Locate, <Locate as TryFrom<&'a DistWeight>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DistWeightDivide> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DistWeightDivide, ) -> Result<Locate, <Locate as TryFrom<&'a DistWeightDivide>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DistWeightEqual> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DistWeightEqual, ) -> Result<Locate, <Locate as TryFrom<&'a DistWeightEqual>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DpiFunctionImportProperty> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DpiFunctionImportProperty, ) -> Result<Locate, <Locate as TryFrom<&'a DpiFunctionImportProperty>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DpiFunctionProto> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DpiFunctionProto, ) -> Result<Locate, <Locate as TryFrom<&'a DpiFunctionProto>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DpiImportExport> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DpiImportExport, ) -> Result<Locate, <Locate as TryFrom<&'a DpiImportExport>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DpiImportExportExportFunction> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DpiImportExportExportFunction, ) -> Result<Locate, <Locate as TryFrom<&'a DpiImportExportExportFunction>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DpiImportExportExportTask> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DpiImportExportExportTask, ) -> Result<Locate, <Locate as TryFrom<&'a DpiImportExportExportTask>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DpiImportExportImportFunction> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DpiImportExportImportFunction, ) -> Result<Locate, <Locate as TryFrom<&'a DpiImportExportImportFunction>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DpiImportExportImportTask> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DpiImportExportImportTask, ) -> Result<Locate, <Locate as TryFrom<&'a DpiImportExportImportTask>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DpiSpecString> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DpiSpecString, ) -> Result<Locate, <Locate as TryFrom<&'a DpiSpecString>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DpiTaskImportProperty> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DpiTaskImportProperty, ) -> Result<Locate, <Locate as TryFrom<&'a DpiTaskImportProperty>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DpiTaskProto> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DpiTaskProto, ) -> Result<Locate, <Locate as TryFrom<&'a DpiTaskProto>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DriveStrength> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DriveStrength, ) -> Result<Locate, <Locate as TryFrom<&'a DriveStrength>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DriveStrength01> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DriveStrength01, ) -> Result<Locate, <Locate as TryFrom<&'a DriveStrength01>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DriveStrength0z> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DriveStrength0z, ) -> Result<Locate, <Locate as TryFrom<&'a DriveStrength0z>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DriveStrength10> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DriveStrength10, ) -> Result<Locate, <Locate as TryFrom<&'a DriveStrength10>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DriveStrength1z> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DriveStrength1z, ) -> Result<Locate, <Locate as TryFrom<&'a DriveStrength1z>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DriveStrengthz0> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DriveStrengthz0, ) -> Result<Locate, <Locate as TryFrom<&'a DriveStrengthz0>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DriveStrengthz1> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DriveStrengthz1, ) -> Result<Locate, <Locate as TryFrom<&'a DriveStrengthz1>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DynamicArrayNew> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DynamicArrayNew, ) -> Result<Locate, <Locate as TryFrom<&'a DynamicArrayNew>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a DynamicArrayVariableIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a DynamicArrayVariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a DynamicArrayVariableIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EdgeControlSpecifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EdgeControlSpecifier, ) -> Result<Locate, <Locate as TryFrom<&'a EdgeControlSpecifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EdgeDescriptor> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EdgeDescriptor, ) -> Result<Locate, <Locate as TryFrom<&'a EdgeDescriptor>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EdgeIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EdgeIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a EdgeIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EdgeIndicator> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EdgeIndicator, ) -> Result<Locate, <Locate as TryFrom<&'a EdgeIndicator>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EdgeIndicatorParen> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EdgeIndicatorParen, ) -> Result<Locate, <Locate as TryFrom<&'a EdgeIndicatorParen>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EdgeInputList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EdgeInputList, ) -> Result<Locate, <Locate as TryFrom<&'a EdgeInputList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EdgeSensitivePathDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EdgeSensitivePathDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a EdgeSensitivePathDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EdgeSensitivePathDeclarationFull> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EdgeSensitivePathDeclarationFull, ) -> Result<Locate, <Locate as TryFrom<&'a EdgeSensitivePathDeclarationFull>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EdgeSensitivePathDeclarationParallel> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EdgeSensitivePathDeclarationParallel, ) -> Result<Locate, <Locate as TryFrom<&'a EdgeSensitivePathDeclarationParallel>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EdgeSymbol> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EdgeSymbol, ) -> Result<Locate, <Locate as TryFrom<&'a EdgeSymbol>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ElaborationSystemTask> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ElaborationSystemTask, ) -> Result<Locate, <Locate as TryFrom<&'a ElaborationSystemTask>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ElaborationSystemTaskError> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ElaborationSystemTaskError, ) -> Result<Locate, <Locate as TryFrom<&'a ElaborationSystemTaskError>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ElaborationSystemTaskFatal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ElaborationSystemTaskFatal, ) -> Result<Locate, <Locate as TryFrom<&'a ElaborationSystemTaskFatal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ElaborationSystemTaskInfo> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ElaborationSystemTaskInfo, ) -> Result<Locate, <Locate as TryFrom<&'a ElaborationSystemTaskInfo>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ElaborationSystemTaskWarning> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ElaborationSystemTaskWarning, ) -> Result<Locate, <Locate as TryFrom<&'a ElaborationSystemTaskWarning>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ElseGroupOfLines> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ElseGroupOfLines, ) -> Result<Locate, <Locate as TryFrom<&'a ElseGroupOfLines>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ElsifGroupOfLines> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ElsifGroupOfLines, ) -> Result<Locate, <Locate as TryFrom<&'a ElsifGroupOfLines>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EmptyUnpackedArrayConcatenation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EmptyUnpackedArrayConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a EmptyUnpackedArrayConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EnableGateInstance> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EnableGateInstance, ) -> Result<Locate, <Locate as TryFrom<&'a EnableGateInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EnableGatetype> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EnableGatetype, ) -> Result<Locate, <Locate as TryFrom<&'a EnableGatetype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EnableTerminal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EnableTerminal, ) -> Result<Locate, <Locate as TryFrom<&'a EnableTerminal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EndEdgeOffset> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EndEdgeOffset, ) -> Result<Locate, <Locate as TryFrom<&'a EndEdgeOffset>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EndcelldefineDriveCompilerDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EndcelldefineDriveCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a EndcelldefineDriveCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EndkeywordsDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EndkeywordsDirective, ) -> Result<Locate, <Locate as TryFrom<&'a EndkeywordsDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EnumBaseType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EnumBaseType, ) -> Result<Locate, <Locate as TryFrom<&'a EnumBaseType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EnumBaseTypeAtom> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EnumBaseTypeAtom, ) -> Result<Locate, <Locate as TryFrom<&'a EnumBaseTypeAtom>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EnumBaseTypeType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EnumBaseTypeType, ) -> Result<Locate, <Locate as TryFrom<&'a EnumBaseTypeType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EnumBaseTypeVector> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EnumBaseTypeVector, ) -> Result<Locate, <Locate as TryFrom<&'a EnumBaseTypeVector>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EnumIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EnumIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a EnumIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EnumNameDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EnumNameDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a EnumNameDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ErrorLimitValue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ErrorLimitValue, ) -> Result<Locate, <Locate as TryFrom<&'a ErrorLimitValue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EscapedIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EscapedIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a EscapedIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventBasedFlag> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventBasedFlag, ) -> Result<Locate, <Locate as TryFrom<&'a EventBasedFlag>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventControl> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventControl, ) -> Result<Locate, <Locate as TryFrom<&'a EventControl>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventControlAsterisk> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventControlAsterisk, ) -> Result<Locate, <Locate as TryFrom<&'a EventControlAsterisk>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventControlEventExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventControlEventExpression, ) -> Result<Locate, <Locate as TryFrom<&'a EventControlEventExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventControlEventIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventControlEventIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a EventControlEventIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventControlParenAsterisk> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventControlParenAsterisk, ) -> Result<Locate, <Locate as TryFrom<&'a EventControlParenAsterisk>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventControlSequenceIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventControlSequenceIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a EventControlSequenceIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventExpression, ) -> Result<Locate, <Locate as TryFrom<&'a EventExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventExpressionComma> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventExpressionComma, ) -> Result<Locate, <Locate as TryFrom<&'a EventExpressionComma>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventExpressionExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventExpressionExpression, ) -> Result<Locate, <Locate as TryFrom<&'a EventExpressionExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventExpressionOr> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventExpressionOr, ) -> Result<Locate, <Locate as TryFrom<&'a EventExpressionOr>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventExpressionParen> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventExpressionParen, ) -> Result<Locate, <Locate as TryFrom<&'a EventExpressionParen>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventExpressionSequence> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventExpressionSequence, ) -> Result<Locate, <Locate as TryFrom<&'a EventExpressionSequence>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventTrigger> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventTrigger, ) -> Result<Locate, <Locate as TryFrom<&'a EventTrigger>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventTriggerNamed> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventTriggerNamed, ) -> Result<Locate, <Locate as TryFrom<&'a EventTriggerNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a EventTriggerNonblocking> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a EventTriggerNonblocking, ) -> Result<Locate, <Locate as TryFrom<&'a EventTriggerNonblocking>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Exp> for Locate

Source§

type Error = ()

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

fn try_from(x: &'a Exp) -> Result<Locate, <Locate as TryFrom<&'a Exp>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ExpectPropertyStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ExpectPropertyStatement, ) -> Result<Locate, <Locate as TryFrom<&'a ExpectPropertyStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Expression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Expression, ) -> Result<Locate, <Locate as TryFrom<&'a Expression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ExpressionBinary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ExpressionBinary, ) -> Result<Locate, <Locate as TryFrom<&'a ExpressionBinary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ExpressionOperatorAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ExpressionOperatorAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a ExpressionOperatorAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ExpressionOrCondPattern> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ExpressionOrCondPattern, ) -> Result<Locate, <Locate as TryFrom<&'a ExpressionOrCondPattern>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ExpressionOrDist> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ExpressionOrDist, ) -> Result<Locate, <Locate as TryFrom<&'a ExpressionOrDist>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ExpressionUnary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ExpressionUnary, ) -> Result<Locate, <Locate as TryFrom<&'a ExpressionUnary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ExternConstraintDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ExternConstraintDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ExternConstraintDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ExternTfDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ExternTfDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ExternTfDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ExternTfDeclarationMethod> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ExternTfDeclarationMethod, ) -> Result<Locate, <Locate as TryFrom<&'a ExternTfDeclarationMethod>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ExternTfDeclarationTask> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ExternTfDeclarationTask, ) -> Result<Locate, <Locate as TryFrom<&'a ExternTfDeclarationTask>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FilePathSpec> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FilePathSpec, ) -> Result<Locate, <Locate as TryFrom<&'a FilePathSpec>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FilePathSpecNonLiteral> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FilePathSpecNonLiteral, ) -> Result<Locate, <Locate as TryFrom<&'a FilePathSpecNonLiteral>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FinalConstruct> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FinalConstruct, ) -> Result<Locate, <Locate as TryFrom<&'a FinalConstruct>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FinishNumber> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FinishNumber, ) -> Result<Locate, <Locate as TryFrom<&'a FinishNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FixedPointNumber> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FixedPointNumber, ) -> Result<Locate, <Locate as TryFrom<&'a FixedPointNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ForInitialization> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ForInitialization, ) -> Result<Locate, <Locate as TryFrom<&'a ForInitialization>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ForInitializationDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ForInitializationDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ForInitializationDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ForStep> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ForStep, ) -> Result<Locate, <Locate as TryFrom<&'a ForStep>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ForStepAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ForStepAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a ForStepAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ForVariableDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ForVariableDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ForVariableDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FormalArgument> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FormalArgument, ) -> Result<Locate, <Locate as TryFrom<&'a FormalArgument>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FormalIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FormalIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a FormalIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FormalPortIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FormalPortIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a FormalPortIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FullEdgeSensitivePathDescription> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FullEdgeSensitivePathDescription, ) -> Result<Locate, <Locate as TryFrom<&'a FullEdgeSensitivePathDescription>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FullPathDescription> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FullPathDescription, ) -> Result<Locate, <Locate as TryFrom<&'a FullPathDescription>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FullskewTimingCheck> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FullskewTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a FullskewTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionBodyDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionBodyDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionBodyDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionBodyDeclarationWithPort> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionBodyDeclarationWithPort, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionBodyDeclarationWithPort>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionBodyDeclarationWithoutPort> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionBodyDeclarationWithoutPort, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionBodyDeclarationWithoutPort>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionDataTypeOrImplicit> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionDataTypeOrImplicit, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionDataTypeOrImplicit>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionPrototype> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionPrototype, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionPrototype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionStatement, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionStatementOrNull> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionStatementOrNull, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionStatementOrNull>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionStatementOrNullAttribute> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionStatementOrNullAttribute, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionStatementOrNullAttribute>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a FunctionSubroutineCall> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a FunctionSubroutineCall, ) -> Result<Locate, <Locate as TryFrom<&'a FunctionSubroutineCall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GateInstantiation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GateInstantiation, ) -> Result<Locate, <Locate as TryFrom<&'a GateInstantiation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GateInstantiationCmos> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GateInstantiationCmos, ) -> Result<Locate, <Locate as TryFrom<&'a GateInstantiationCmos>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GateInstantiationEnable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GateInstantiationEnable, ) -> Result<Locate, <Locate as TryFrom<&'a GateInstantiationEnable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GateInstantiationMos> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GateInstantiationMos, ) -> Result<Locate, <Locate as TryFrom<&'a GateInstantiationMos>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GateInstantiationNInput> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GateInstantiationNInput, ) -> Result<Locate, <Locate as TryFrom<&'a GateInstantiationNInput>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GateInstantiationNOutput> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GateInstantiationNOutput, ) -> Result<Locate, <Locate as TryFrom<&'a GateInstantiationNOutput>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GateInstantiationPass> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GateInstantiationPass, ) -> Result<Locate, <Locate as TryFrom<&'a GateInstantiationPass>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GateInstantiationPassEn> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GateInstantiationPassEn, ) -> Result<Locate, <Locate as TryFrom<&'a GateInstantiationPassEn>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GateInstantiationPulldown> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GateInstantiationPulldown, ) -> Result<Locate, <Locate as TryFrom<&'a GateInstantiationPulldown>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GateInstantiationPullup> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GateInstantiationPullup, ) -> Result<Locate, <Locate as TryFrom<&'a GateInstantiationPullup>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenerateBlock> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenerateBlock, ) -> Result<Locate, <Locate as TryFrom<&'a GenerateBlock>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenerateBlockIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenerateBlockIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a GenerateBlockIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenerateBlockMultiple> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenerateBlockMultiple, ) -> Result<Locate, <Locate as TryFrom<&'a GenerateBlockMultiple>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenerateItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenerateItem, ) -> Result<Locate, <Locate as TryFrom<&'a GenerateItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenerateRegion> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenerateRegion, ) -> Result<Locate, <Locate as TryFrom<&'a GenerateRegion>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Genvar> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Genvar, ) -> Result<Locate, <Locate as TryFrom<&'a Genvar>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenvarDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenvarDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a GenvarDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenvarExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenvarExpression, ) -> Result<Locate, <Locate as TryFrom<&'a GenvarExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenvarIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenvarIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a GenvarIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenvarInitialization> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenvarInitialization, ) -> Result<Locate, <Locate as TryFrom<&'a GenvarInitialization>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenvarIteration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenvarIteration, ) -> Result<Locate, <Locate as TryFrom<&'a GenvarIteration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenvarIterationAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenvarIterationAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a GenvarIterationAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenvarIterationPrefix> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenvarIterationPrefix, ) -> Result<Locate, <Locate as TryFrom<&'a GenvarIterationPrefix>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GenvarIterationSuffix> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GenvarIterationSuffix, ) -> Result<Locate, <Locate as TryFrom<&'a GenvarIterationSuffix>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a GotoRepetition> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a GotoRepetition, ) -> Result<Locate, <Locate as TryFrom<&'a GotoRepetition>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HexBase> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HexBase, ) -> Result<Locate, <Locate as TryFrom<&'a HexBase>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HexNumber> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HexNumber, ) -> Result<Locate, <Locate as TryFrom<&'a HexNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HexValue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HexValue, ) -> Result<Locate, <Locate as TryFrom<&'a HexValue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalArrayIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalArrayIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalArrayIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalBlockIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalBlockIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalBlockIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalBtfIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalBtfIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalBtfIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalBtfIdentifierMethod> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalBtfIdentifierMethod, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalBtfIdentifierMethod>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalEventIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalEventIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalEventIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalIdentifierOrClassScope> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalIdentifierOrClassScope, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalIdentifierOrClassScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalInstance> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalInstance, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalNetIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalNetIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalNetIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalParameterIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalParameterIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalParameterIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalPropertyIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalPropertyIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalPropertyIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalSequenceIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalSequenceIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalSequenceIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalTaskIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalTaskIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalTaskIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalTfIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalTfIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalTfIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HierarchicalVariableIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HierarchicalVariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a HierarchicalVariableIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a HoldTimingCheck> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a HoldTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a HoldTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Identifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Identifier, ) -> Result<Locate, <Locate as TryFrom<&'a Identifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IdentifierList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IdentifierList, ) -> Result<Locate, <Locate as TryFrom<&'a IdentifierList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IfGenerateConstruct> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IfGenerateConstruct, ) -> Result<Locate, <Locate as TryFrom<&'a IfGenerateConstruct>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IfdefDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IfdefDirective, ) -> Result<Locate, <Locate as TryFrom<&'a IfdefDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IfdefGroupOfLines> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IfdefGroupOfLines, ) -> Result<Locate, <Locate as TryFrom<&'a IfdefGroupOfLines>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IfndefDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IfndefDirective, ) -> Result<Locate, <Locate as TryFrom<&'a IfndefDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IfndefGroupOfLines> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IfndefGroupOfLines, ) -> Result<Locate, <Locate as TryFrom<&'a IfndefGroupOfLines>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ImmediateAssertionStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ImmediateAssertionStatement, ) -> Result<Locate, <Locate as TryFrom<&'a ImmediateAssertionStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ImplicitClassHandle> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ImplicitClassHandle, ) -> Result<Locate, <Locate as TryFrom<&'a ImplicitClassHandle>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ImplicitClassHandleOrClassScope> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ImplicitClassHandleOrClassScope, ) -> Result<Locate, <Locate as TryFrom<&'a ImplicitClassHandleOrClassScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ImplicitClassHandleOrClassScopeOrPackageScope> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ImplicitClassHandleOrClassScopeOrPackageScope, ) -> Result<Locate, <Locate as TryFrom<&'a ImplicitClassHandleOrClassScopeOrPackageScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ImplicitClassHandleOrPackageScope> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ImplicitClassHandleOrPackageScope, ) -> Result<Locate, <Locate as TryFrom<&'a ImplicitClassHandleOrPackageScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ImplicitDataType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ImplicitDataType, ) -> Result<Locate, <Locate as TryFrom<&'a ImplicitDataType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ImportExport> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ImportExport, ) -> Result<Locate, <Locate as TryFrom<&'a ImportExport>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IncOrDecExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IncOrDecExpression, ) -> Result<Locate, <Locate as TryFrom<&'a IncOrDecExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IncOrDecExpressionPrefix> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IncOrDecExpressionPrefix, ) -> Result<Locate, <Locate as TryFrom<&'a IncOrDecExpressionPrefix>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IncOrDecExpressionSuffix> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IncOrDecExpressionSuffix, ) -> Result<Locate, <Locate as TryFrom<&'a IncOrDecExpressionSuffix>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IncOrDecOperator> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IncOrDecOperator, ) -> Result<Locate, <Locate as TryFrom<&'a IncOrDecOperator>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IncludeCompilerDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IncludeCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a IncludeCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IncludeCompilerDirectiveAngleBracket> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IncludeCompilerDirectiveAngleBracket, ) -> Result<Locate, <Locate as TryFrom<&'a IncludeCompilerDirectiveAngleBracket>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IncludeCompilerDirectiveDoubleQuote> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IncludeCompilerDirectiveDoubleQuote, ) -> Result<Locate, <Locate as TryFrom<&'a IncludeCompilerDirectiveDoubleQuote>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IncludeCompilerDirectiveTextMacroUsage> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IncludeCompilerDirectiveTextMacroUsage, ) -> Result<Locate, <Locate as TryFrom<&'a IncludeCompilerDirectiveTextMacroUsage>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IncludeStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IncludeStatement, ) -> Result<Locate, <Locate as TryFrom<&'a IncludeStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IndexVariableIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IndexVariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a IndexVariableIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IndexedRange> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IndexedRange, ) -> Result<Locate, <Locate as TryFrom<&'a IndexedRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InitVal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InitVal, ) -> Result<Locate, <Locate as TryFrom<&'a InitVal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InitialConstruct> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InitialConstruct, ) -> Result<Locate, <Locate as TryFrom<&'a InitialConstruct>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InoutDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InoutDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a InoutDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InoutPortIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InoutPortIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a InoutPortIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InoutTerminal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InoutTerminal, ) -> Result<Locate, <Locate as TryFrom<&'a InoutTerminal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InputDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InputDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a InputDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InputDeclarationNet> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InputDeclarationNet, ) -> Result<Locate, <Locate as TryFrom<&'a InputDeclarationNet>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InputDeclarationVariable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InputDeclarationVariable, ) -> Result<Locate, <Locate as TryFrom<&'a InputDeclarationVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InputIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InputIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a InputIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InputIdentifierInterface> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InputIdentifierInterface, ) -> Result<Locate, <Locate as TryFrom<&'a InputIdentifierInterface>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InputPortIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InputPortIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a InputPortIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InputTerminal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InputTerminal, ) -> Result<Locate, <Locate as TryFrom<&'a InputTerminal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InsideExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InsideExpression, ) -> Result<Locate, <Locate as TryFrom<&'a InsideExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InstClause> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InstClause, ) -> Result<Locate, <Locate as TryFrom<&'a InstClause>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InstName> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InstName, ) -> Result<Locate, <Locate as TryFrom<&'a InstName>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InstanceIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InstanceIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a InstanceIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IntegerAtomType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IntegerAtomType, ) -> Result<Locate, <Locate as TryFrom<&'a IntegerAtomType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IntegerCovergroupExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IntegerCovergroupExpression, ) -> Result<Locate, <Locate as TryFrom<&'a IntegerCovergroupExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IntegerType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IntegerType, ) -> Result<Locate, <Locate as TryFrom<&'a IntegerType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IntegerVectorType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IntegerVectorType, ) -> Result<Locate, <Locate as TryFrom<&'a IntegerVectorType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a IntegralNumber> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a IntegralNumber, ) -> Result<Locate, <Locate as TryFrom<&'a IntegralNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Interface> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Interface, ) -> Result<Locate, <Locate as TryFrom<&'a Interface>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceAnsiHeader> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceAnsiHeader, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceAnsiHeader>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceClassDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceClassDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceClassDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceClassItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceClassItem, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceClassItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceClassItemMethod> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceClassItemMethod, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceClassItemMethod>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceClassMethod> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceClassMethod, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceClassMethod>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceClassType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceClassType, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceClassType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceDeclarationAnsi> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceDeclarationAnsi, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceDeclarationAnsi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceDeclarationExternAnsi> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceDeclarationExternAnsi, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceDeclarationExternAnsi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceDeclarationExternNonansi> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceDeclarationExternNonansi, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceDeclarationExternNonansi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceDeclarationNonansi> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceDeclarationNonansi, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceDeclarationNonansi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceDeclarationWildcard> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceDeclarationWildcard, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceDeclarationWildcard>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceIdentifierOrClassScope> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceIdentifierOrClassScope, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceIdentifierOrClassScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceInstanceIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceInstanceIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceInstanceIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceInstantiation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceInstantiation, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceInstantiation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceItem, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceNonansiHeader> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceNonansiHeader, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceNonansiHeader>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceOrGenerateItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceOrGenerateItem, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceOrGenerateItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceOrGenerateItemExtern> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceOrGenerateItemExtern, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceOrGenerateItemExtern>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfaceOrGenerateItemModule> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfaceOrGenerateItemModule, ) -> Result<Locate, <Locate as TryFrom<&'a InterfaceOrGenerateItemModule>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfacePortDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfacePortDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a InterfacePortDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfacePortHeader> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfacePortHeader, ) -> Result<Locate, <Locate as TryFrom<&'a InterfacePortHeader>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfacePortHeaderIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfacePortHeaderIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a InterfacePortHeaderIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a InterfacePortHeaderInterface> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a InterfacePortHeaderInterface, ) -> Result<Locate, <Locate as TryFrom<&'a InterfacePortHeaderInterface>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a JoinKeyword> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a JoinKeyword, ) -> Result<Locate, <Locate as TryFrom<&'a JoinKeyword>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a JumpStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a JumpStatement, ) -> Result<Locate, <Locate as TryFrom<&'a JumpStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a JumpStatementBreak> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a JumpStatementBreak, ) -> Result<Locate, <Locate as TryFrom<&'a JumpStatementBreak>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a JumpStatementContinue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a JumpStatementContinue, ) -> Result<Locate, <Locate as TryFrom<&'a JumpStatementContinue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a JumpStatementReturn> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a JumpStatementReturn, ) -> Result<Locate, <Locate as TryFrom<&'a JumpStatementReturn>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Keyword> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Keyword, ) -> Result<Locate, <Locate as TryFrom<&'a Keyword>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a KeywordsDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a KeywordsDirective, ) -> Result<Locate, <Locate as TryFrom<&'a KeywordsDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LetActualArg> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LetActualArg, ) -> Result<Locate, <Locate as TryFrom<&'a LetActualArg>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LetDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LetDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a LetDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LetExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LetExpression, ) -> Result<Locate, <Locate as TryFrom<&'a LetExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LetFormalType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LetFormalType, ) -> Result<Locate, <Locate as TryFrom<&'a LetFormalType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LetIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LetIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a LetIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LetListOfArguments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LetListOfArguments, ) -> Result<Locate, <Locate as TryFrom<&'a LetListOfArguments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LetListOfArgumentsNamed> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LetListOfArgumentsNamed, ) -> Result<Locate, <Locate as TryFrom<&'a LetListOfArgumentsNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LetListOfArgumentsOrdered> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LetListOfArgumentsOrdered, ) -> Result<Locate, <Locate as TryFrom<&'a LetListOfArgumentsOrdered>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LetPortItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LetPortItem, ) -> Result<Locate, <Locate as TryFrom<&'a LetPortItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LetPortList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LetPortList, ) -> Result<Locate, <Locate as TryFrom<&'a LetPortList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Level> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Level, ) -> Result<Locate, <Locate as TryFrom<&'a Level>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LevelInputList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LevelInputList, ) -> Result<Locate, <Locate as TryFrom<&'a LevelInputList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LevelSymbol> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LevelSymbol, ) -> Result<Locate, <Locate as TryFrom<&'a LevelSymbol>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LiblistClause> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LiblistClause, ) -> Result<Locate, <Locate as TryFrom<&'a LiblistClause>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LibraryDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LibraryDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a LibraryDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LibraryDescription> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LibraryDescription, ) -> Result<Locate, <Locate as TryFrom<&'a LibraryDescription>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LibraryIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LibraryIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a LibraryIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LibraryText> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LibraryText, ) -> Result<Locate, <Locate as TryFrom<&'a LibraryText>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Lifetime> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Lifetime, ) -> Result<Locate, <Locate as TryFrom<&'a Lifetime>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LimitValue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LimitValue, ) -> Result<Locate, <Locate as TryFrom<&'a LimitValue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LineCompilerDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LineCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a LineCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfActualArguments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfActualArguments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfActualArguments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfArguments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfArguments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfArguments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfArgumentsNamed> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfArgumentsNamed, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfArgumentsNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfArgumentsOrdered> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfArgumentsOrdered, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfArgumentsOrdered>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfCheckerPortConnections> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfCheckerPortConnections, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfCheckerPortConnections>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfCheckerPortConnectionsNamed> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfCheckerPortConnectionsNamed, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfCheckerPortConnectionsNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfCheckerPortConnectionsOrdered> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfCheckerPortConnectionsOrdered, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfCheckerPortConnectionsOrdered>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfClockingDeclAssign> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfClockingDeclAssign, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfClockingDeclAssign>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfCrossItems> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfCrossItems, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfCrossItems>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfDefparamAssignments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfDefparamAssignments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfDefparamAssignments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfFormalArguments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfFormalArguments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfFormalArguments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfGenvarIdentifiers> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfGenvarIdentifiers, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfGenvarIdentifiers>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfInterfaceIdentifiers> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfInterfaceIdentifiers, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfInterfaceIdentifiers>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfNetAssignments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfNetAssignments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfNetAssignments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfNetDeclAssignments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfNetDeclAssignments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfNetDeclAssignments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfParamAssignments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfParamAssignments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfParamAssignments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfParameterAssignments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfParameterAssignments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfParameterAssignments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfParameterAssignmentsNamed> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfParameterAssignmentsNamed, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfParameterAssignmentsNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfParameterAssignmentsOrdered> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfParameterAssignmentsOrdered, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfParameterAssignmentsOrdered>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfPathDelayExpressions> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfPathDelayExpressions, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfPathDelayExpressions>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfPathInputs> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfPathInputs, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfPathInputs>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfPathOutputs> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfPathOutputs, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfPathOutputs>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfPortConnections> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfPortConnections, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfPortConnections>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfPortConnectionsNamed> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfPortConnectionsNamed, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfPortConnectionsNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfPortConnectionsOrdered> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfPortConnectionsOrdered, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfPortConnectionsOrdered>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfPortDeclarations> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfPortDeclarations, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfPortDeclarations>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfPortIdentifiers> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfPortIdentifiers, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfPortIdentifiers>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfPorts> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfPorts, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfPorts>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfSpecparamAssignments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfSpecparamAssignments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfSpecparamAssignments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfTfVariableIdentifiers> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfTfVariableIdentifiers, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfTfVariableIdentifiers>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfTypeAssignments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfTypeAssignments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfTypeAssignments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfUdpPortIdentifiers> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfUdpPortIdentifiers, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfUdpPortIdentifiers>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfVariableAssignments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfVariableAssignments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfVariableAssignments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfVariableDeclAssignments> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfVariableDeclAssignments, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfVariableDeclAssignments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfVariableIdentifiers> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfVariableIdentifiers, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfVariableIdentifiers>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ListOfVariablePortIdentifiers> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ListOfVariablePortIdentifiers, ) -> Result<Locate, <Locate as TryFrom<&'a ListOfVariablePortIdentifiers>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Local> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Local, ) -> Result<Locate, <Locate as TryFrom<&'a Local>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LocalOrPackageScopeOrClassScope> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LocalOrPackageScopeOrClassScope, ) -> Result<Locate, <Locate as TryFrom<&'a LocalOrPackageScopeOrClassScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LocalParameterDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LocalParameterDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a LocalParameterDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LocalParameterDeclarationParam> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LocalParameterDeclarationParam, ) -> Result<Locate, <Locate as TryFrom<&'a LocalParameterDeclarationParam>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LocalParameterDeclarationType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LocalParameterDeclarationType, ) -> Result<Locate, <Locate as TryFrom<&'a LocalParameterDeclarationType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LoopGenerateConstruct> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LoopGenerateConstruct, ) -> Result<Locate, <Locate as TryFrom<&'a LoopGenerateConstruct>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LoopStatement> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LoopStatement, ) -> Result<Locate, <Locate as TryFrom<&'a LoopStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LoopStatementDoWhile> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LoopStatementDoWhile, ) -> Result<Locate, <Locate as TryFrom<&'a LoopStatementDoWhile>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LoopStatementFor> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LoopStatementFor, ) -> Result<Locate, <Locate as TryFrom<&'a LoopStatementFor>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LoopStatementForeach> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LoopStatementForeach, ) -> Result<Locate, <Locate as TryFrom<&'a LoopStatementForeach>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LoopStatementForever> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LoopStatementForever, ) -> Result<Locate, <Locate as TryFrom<&'a LoopStatementForever>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LoopStatementRepeat> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LoopStatementRepeat, ) -> Result<Locate, <Locate as TryFrom<&'a LoopStatementRepeat>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LoopStatementWhile> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LoopStatementWhile, ) -> Result<Locate, <Locate as TryFrom<&'a LoopStatementWhile>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a LoopVariables> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a LoopVariables, ) -> Result<Locate, <Locate as TryFrom<&'a LoopVariables>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MacroText> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MacroText, ) -> Result<Locate, <Locate as TryFrom<&'a MacroText>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MemberIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MemberIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a MemberIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MethodCall> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MethodCall, ) -> Result<Locate, <Locate as TryFrom<&'a MethodCall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MethodCallBody> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MethodCallBody, ) -> Result<Locate, <Locate as TryFrom<&'a MethodCallBody>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MethodCallBodyUser> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MethodCallBodyUser, ) -> Result<Locate, <Locate as TryFrom<&'a MethodCallBodyUser>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MethodCallRoot> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MethodCallRoot, ) -> Result<Locate, <Locate as TryFrom<&'a MethodCallRoot>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MethodIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MethodIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a MethodIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MethodPrototype> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MethodPrototype, ) -> Result<Locate, <Locate as TryFrom<&'a MethodPrototype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MethodQualifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MethodQualifier, ) -> Result<Locate, <Locate as TryFrom<&'a MethodQualifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MintypmaxExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MintypmaxExpression, ) -> Result<Locate, <Locate as TryFrom<&'a MintypmaxExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MintypmaxExpressionTernary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MintypmaxExpressionTernary, ) -> Result<Locate, <Locate as TryFrom<&'a MintypmaxExpressionTernary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportClockingDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportClockingDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ModportClockingDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ModportDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ModportIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportItem, ) -> Result<Locate, <Locate as TryFrom<&'a ModportItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportPortsDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportPortsDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ModportPortsDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportPortsDeclarationClocking> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportPortsDeclarationClocking, ) -> Result<Locate, <Locate as TryFrom<&'a ModportPortsDeclarationClocking>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportPortsDeclarationSimple> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportPortsDeclarationSimple, ) -> Result<Locate, <Locate as TryFrom<&'a ModportPortsDeclarationSimple>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportPortsDeclarationTf> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportPortsDeclarationTf, ) -> Result<Locate, <Locate as TryFrom<&'a ModportPortsDeclarationTf>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportSimplePort> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportSimplePort, ) -> Result<Locate, <Locate as TryFrom<&'a ModportSimplePort>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportSimplePortNamed> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportSimplePortNamed, ) -> Result<Locate, <Locate as TryFrom<&'a ModportSimplePortNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportSimplePortOrdered> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportSimplePortOrdered, ) -> Result<Locate, <Locate as TryFrom<&'a ModportSimplePortOrdered>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportSimplePortsDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportSimplePortsDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ModportSimplePortsDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportTfPort> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportTfPort, ) -> Result<Locate, <Locate as TryFrom<&'a ModportTfPort>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModportTfPortsDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModportTfPortsDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ModportTfPortsDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleAnsiHeader> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleAnsiHeader, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleAnsiHeader>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleCommonItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleCommonItem, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleCommonItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleDeclarationAnsi> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleDeclarationAnsi, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleDeclarationAnsi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleDeclarationExternAnsi> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleDeclarationExternAnsi, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleDeclarationExternAnsi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleDeclarationExternNonansi> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleDeclarationExternNonansi, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleDeclarationExternNonansi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleDeclarationNonansi> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleDeclarationNonansi, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleDeclarationNonansi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleDeclarationWildcard> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleDeclarationWildcard, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleDeclarationWildcard>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleInstantiation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleInstantiation, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleInstantiation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleItem, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleKeyword> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleKeyword, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleKeyword>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleNonansiHeader> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleNonansiHeader, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleNonansiHeader>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleOrGenerateItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleOrGenerateItem, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleOrGenerateItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleOrGenerateItemDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleOrGenerateItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleOrGenerateItemDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleOrGenerateItemDeclarationClocking> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleOrGenerateItemDeclarationClocking, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleOrGenerateItemDeclarationClocking>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleOrGenerateItemDeclarationDisable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleOrGenerateItemDeclarationDisable, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleOrGenerateItemDeclarationDisable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleOrGenerateItemGate> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleOrGenerateItemGate, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleOrGenerateItemGate>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleOrGenerateItemModule> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleOrGenerateItemModule, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleOrGenerateItemModule>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleOrGenerateItemModuleItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleOrGenerateItemModuleItem, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleOrGenerateItemModuleItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleOrGenerateItemParameter> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleOrGenerateItemParameter, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleOrGenerateItemParameter>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModuleOrGenerateItemUdp> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModuleOrGenerateItemUdp, ) -> Result<Locate, <Locate as TryFrom<&'a ModuleOrGenerateItemUdp>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModulePathConcatenation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModulePathConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a ModulePathConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModulePathConditionalExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModulePathConditionalExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ModulePathConditionalExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModulePathExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModulePathExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ModulePathExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModulePathExpressionBinary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModulePathExpressionBinary, ) -> Result<Locate, <Locate as TryFrom<&'a ModulePathExpressionBinary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModulePathExpressionUnary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModulePathExpressionUnary, ) -> Result<Locate, <Locate as TryFrom<&'a ModulePathExpressionUnary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModulePathMintypmaxExpression> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModulePathMintypmaxExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ModulePathMintypmaxExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModulePathMintypmaxExpressionTernary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModulePathMintypmaxExpressionTernary, ) -> Result<Locate, <Locate as TryFrom<&'a ModulePathMintypmaxExpressionTernary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModulePathMultipleConcatenation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModulePathMultipleConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a ModulePathMultipleConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModulePathPrimary> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModulePathPrimary, ) -> Result<Locate, <Locate as TryFrom<&'a ModulePathPrimary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ModulePathPrimaryMintypmax> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a ModulePathPrimaryMintypmax, ) -> Result<Locate, <Locate as TryFrom<&'a ModulePathPrimaryMintypmax>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MosSwitchInstance> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MosSwitchInstance, ) -> Result<Locate, <Locate as TryFrom<&'a MosSwitchInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MosSwitchtype> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MosSwitchtype, ) -> Result<Locate, <Locate as TryFrom<&'a MosSwitchtype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a MultipleConcatenation> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a MultipleConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a MultipleConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NInputGateInstance> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NInputGateInstance, ) -> Result<Locate, <Locate as TryFrom<&'a NInputGateInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NInputGatetype> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NInputGatetype, ) -> Result<Locate, <Locate as TryFrom<&'a NInputGatetype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NOutputGateInstance> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NOutputGateInstance, ) -> Result<Locate, <Locate as TryFrom<&'a NOutputGateInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NOutputGatetype> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NOutputGatetype, ) -> Result<Locate, <Locate as TryFrom<&'a NOutputGatetype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NameOfInstance> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NameOfInstance, ) -> Result<Locate, <Locate as TryFrom<&'a NameOfInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NamedCheckerPortConnection> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NamedCheckerPortConnection, ) -> Result<Locate, <Locate as TryFrom<&'a NamedCheckerPortConnection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NamedCheckerPortConnectionAsterisk> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NamedCheckerPortConnectionAsterisk, ) -> Result<Locate, <Locate as TryFrom<&'a NamedCheckerPortConnectionAsterisk>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NamedCheckerPortConnectionIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NamedCheckerPortConnectionIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a NamedCheckerPortConnectionIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NamedParameterAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NamedParameterAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a NamedParameterAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NamedPortConnection> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NamedPortConnection, ) -> Result<Locate, <Locate as TryFrom<&'a NamedPortConnection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NamedPortConnectionAsterisk> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NamedPortConnectionAsterisk, ) -> Result<Locate, <Locate as TryFrom<&'a NamedPortConnectionAsterisk>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NamedPortConnectionIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NamedPortConnectionIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a NamedPortConnectionIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NcontrolTerminal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NcontrolTerminal, ) -> Result<Locate, <Locate as TryFrom<&'a NcontrolTerminal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetAlias> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetAlias, ) -> Result<Locate, <Locate as TryFrom<&'a NetAlias>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a NetAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetDeclAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetDeclAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a NetDeclAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a NetDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetDeclarationInterconnect> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetDeclarationInterconnect, ) -> Result<Locate, <Locate as TryFrom<&'a NetDeclarationInterconnect>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetDeclarationNetType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetDeclarationNetType, ) -> Result<Locate, <Locate as TryFrom<&'a NetDeclarationNetType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetDeclarationNetTypeIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetDeclarationNetTypeIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a NetDeclarationNetTypeIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a NetIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetLvalue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetLvalue, ) -> Result<Locate, <Locate as TryFrom<&'a NetLvalue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetLvalueIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetLvalueIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a NetLvalueIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetLvalueLvalue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetLvalueLvalue, ) -> Result<Locate, <Locate as TryFrom<&'a NetLvalueLvalue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetLvaluePattern> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetLvaluePattern, ) -> Result<Locate, <Locate as TryFrom<&'a NetLvaluePattern>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetPortHeader> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetPortHeader, ) -> Result<Locate, <Locate as TryFrom<&'a NetPortHeader>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetPortHeaderOrInterfacePortHeader> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetPortHeaderOrInterfacePortHeader, ) -> Result<Locate, <Locate as TryFrom<&'a NetPortHeaderOrInterfacePortHeader>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetPortType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetPortType, ) -> Result<Locate, <Locate as TryFrom<&'a NetPortType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetPortTypeDataType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetPortTypeDataType, ) -> Result<Locate, <Locate as TryFrom<&'a NetPortTypeDataType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetPortTypeInterconnect> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetPortTypeInterconnect, ) -> Result<Locate, <Locate as TryFrom<&'a NetPortTypeInterconnect>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetType, ) -> Result<Locate, <Locate as TryFrom<&'a NetType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetTypeDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetTypeDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a NetTypeDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetTypeDeclarationDataType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetTypeDeclarationDataType, ) -> Result<Locate, <Locate as TryFrom<&'a NetTypeDeclarationDataType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetTypeDeclarationNetType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetTypeDeclarationNetType, ) -> Result<Locate, <Locate as TryFrom<&'a NetTypeDeclarationNetType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NetTypeIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NetTypeIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a NetTypeIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a New> for Locate

Source§

type Error = ()

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

fn try_from(x: &'a New) -> Result<Locate, <Locate as TryFrom<&'a New>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NextState> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NextState, ) -> Result<Locate, <Locate as TryFrom<&'a NextState>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NochangeTimingCheck> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NochangeTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a NochangeTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonConsecutiveRepetition> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonConsecutiveRepetition, ) -> Result<Locate, <Locate as TryFrom<&'a NonConsecutiveRepetition>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonIntegerType> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonIntegerType, ) -> Result<Locate, <Locate as TryFrom<&'a NonIntegerType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonPortInterfaceItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonPortInterfaceItem, ) -> Result<Locate, <Locate as TryFrom<&'a NonPortInterfaceItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonPortModuleItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonPortModuleItem, ) -> Result<Locate, <Locate as TryFrom<&'a NonPortModuleItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonPortModuleItemSpecparam> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonPortModuleItemSpecparam, ) -> Result<Locate, <Locate as TryFrom<&'a NonPortModuleItemSpecparam>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonPortProgramItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonPortProgramItem, ) -> Result<Locate, <Locate as TryFrom<&'a NonPortProgramItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonPortProgramItemAssertion> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonPortProgramItemAssertion, ) -> Result<Locate, <Locate as TryFrom<&'a NonPortProgramItemAssertion>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonPortProgramItemAssign> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonPortProgramItemAssign, ) -> Result<Locate, <Locate as TryFrom<&'a NonPortProgramItemAssign>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonPortProgramItemFinal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonPortProgramItemFinal, ) -> Result<Locate, <Locate as TryFrom<&'a NonPortProgramItemFinal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonPortProgramItemInitial> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonPortProgramItemInitial, ) -> Result<Locate, <Locate as TryFrom<&'a NonPortProgramItemInitial>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonPortProgramItemModule> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonPortProgramItemModule, ) -> Result<Locate, <Locate as TryFrom<&'a NonPortProgramItemModule>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonZeroUnsignedNumber> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonZeroUnsignedNumber, ) -> Result<Locate, <Locate as TryFrom<&'a NonZeroUnsignedNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonblockingAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonblockingAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a NonblockingAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonrangeSelect> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonrangeSelect, ) -> Result<Locate, <Locate as TryFrom<&'a NonrangeSelect>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NonrangeVariableLvalue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NonrangeVariableLvalue, ) -> Result<Locate, <Locate as TryFrom<&'a NonrangeVariableLvalue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Notifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Notifier, ) -> Result<Locate, <Locate as TryFrom<&'a Notifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a NounconnectedDriveCompilerDirective> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a NounconnectedDriveCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a NounconnectedDriveCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Number> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a Number, ) -> Result<Locate, <Locate as TryFrom<&'a Number>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OctalBase> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OctalBase, ) -> Result<Locate, <Locate as TryFrom<&'a OctalBase>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OctalNumber> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OctalNumber, ) -> Result<Locate, <Locate as TryFrom<&'a OctalNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OctalValue> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OctalValue, ) -> Result<Locate, <Locate as TryFrom<&'a OctalValue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OpenRangeList> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OpenRangeList, ) -> Result<Locate, <Locate as TryFrom<&'a OpenRangeList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OpenValueRange> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OpenValueRange, ) -> Result<Locate, <Locate as TryFrom<&'a OpenValueRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OperatorAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OperatorAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a OperatorAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OrderedCheckerPortConnection> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OrderedCheckerPortConnection, ) -> Result<Locate, <Locate as TryFrom<&'a OrderedCheckerPortConnection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OrderedParameterAssignment> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OrderedParameterAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a OrderedParameterAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OrderedPortConnection> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OrderedPortConnection, ) -> Result<Locate, <Locate as TryFrom<&'a OrderedPortConnection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OutputDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OutputDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a OutputDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OutputDeclarationNet> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OutputDeclarationNet, ) -> Result<Locate, <Locate as TryFrom<&'a OutputDeclarationNet>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OutputDeclarationVariable> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OutputDeclarationVariable, ) -> Result<Locate, <Locate as TryFrom<&'a OutputDeclarationVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OutputIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OutputIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a OutputIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OutputIdentifierInterface> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OutputIdentifierInterface, ) -> Result<Locate, <Locate as TryFrom<&'a OutputIdentifierInterface>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OutputPortIdentifier> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OutputPortIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a OutputPortIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OutputSymbol> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OutputSymbol, ) -> Result<Locate, <Locate as TryFrom<&'a OutputSymbol>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a OutputTerminal> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a OutputTerminal, ) -> Result<Locate, <Locate as TryFrom<&'a OutputTerminal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a PackageDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a PackageDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageExportDeclaration> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a PackageExportDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a PackageExportDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageExportDeclarationAsterisk> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a PackageExportDeclarationAsterisk, ) -> Result<Locate, <Locate as TryFrom<&'a PackageExportDeclarationAsterisk>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageExportDeclarationItem> for Locate

Source§

type Error = ()

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

fn try_from( x: &'a PackageExportDeclarationItem, ) -> Result<Locate, <Locate as TryFrom<&'a PackageExportDeclarationItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackageIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PackageIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageImportDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackageImportDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a PackageImportDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageImportItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackageImportItem, ) -> Result<Locate, <Locate as TryFrom<&'a PackageImportItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageImportItemAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackageImportItemAsterisk, ) -> Result<Locate, <Locate as TryFrom<&'a PackageImportItemAsterisk>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageImportItemIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackageImportItemIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PackageImportItemIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackageItem, ) -> Result<Locate, <Locate as TryFrom<&'a PackageItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageOrGenerateItemDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackageOrGenerateItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a PackageOrGenerateItemDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackageScope, ) -> Result<Locate, <Locate as TryFrom<&'a PackageScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageScopeOrClassScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackageScopeOrClassScope, ) -> Result<Locate, <Locate as TryFrom<&'a PackageScopeOrClassScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackageScopePackage> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackageScopePackage, ) -> Result<Locate, <Locate as TryFrom<&'a PackageScopePackage>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Packed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Packed, ) -> Result<Locate, <Locate as TryFrom<&'a Packed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackedDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackedDimension, ) -> Result<Locate, <Locate as TryFrom<&'a PackedDimension>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PackedDimensionRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PackedDimensionRange, ) -> Result<Locate, <Locate as TryFrom<&'a PackedDimensionRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParBlock, ) -> Result<Locate, <Locate as TryFrom<&'a ParBlock>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParallelEdgeSensitivePathDescription> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParallelEdgeSensitivePathDescription, ) -> Result<Locate, <Locate as TryFrom<&'a ParallelEdgeSensitivePathDescription>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParallelPathDescription> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParallelPathDescription, ) -> Result<Locate, <Locate as TryFrom<&'a ParallelPathDescription>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParamAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParamAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a ParamAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParamExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParamExpression, ) -> Result<Locate, <Locate as TryFrom<&'a ParamExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterDeclarationParam> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterDeclarationParam, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterDeclarationParam>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterDeclarationType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterDeclarationType, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterDeclarationType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterOverride> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterOverride, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterOverride>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterPortDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterPortDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterPortDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterPortDeclarationParamList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterPortDeclarationParamList, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterPortDeclarationParamList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterPortDeclarationTypeList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterPortDeclarationTypeList, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterPortDeclarationTypeList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterPortList, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterPortList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterPortListAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterPortListAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterPortListAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterPortListDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterPortListDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterPortListDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ParameterValueAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ParameterValueAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a ParameterValueAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PartSelectRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PartSelectRange, ) -> Result<Locate, <Locate as TryFrom<&'a PartSelectRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PassEnSwitchtype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PassEnSwitchtype, ) -> Result<Locate, <Locate as TryFrom<&'a PassEnSwitchtype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PassEnableSwitchInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PassEnableSwitchInstance, ) -> Result<Locate, <Locate as TryFrom<&'a PassEnableSwitchInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PassSwitchInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PassSwitchInstance, ) -> Result<Locate, <Locate as TryFrom<&'a PassSwitchInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PassSwitchtype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PassSwitchtype, ) -> Result<Locate, <Locate as TryFrom<&'a PassSwitchtype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PathDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PathDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a PathDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PathDelayExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PathDelayExpression, ) -> Result<Locate, <Locate as TryFrom<&'a PathDelayExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PathDelayValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PathDelayValue, ) -> Result<Locate, <Locate as TryFrom<&'a PathDelayValue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PathDelayValueParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PathDelayValueParen, ) -> Result<Locate, <Locate as TryFrom<&'a PathDelayValueParen>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Pattern> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Pattern, ) -> Result<Locate, <Locate as TryFrom<&'a Pattern>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PatternIdentifierList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PatternIdentifierList, ) -> Result<Locate, <Locate as TryFrom<&'a PatternIdentifierList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PatternList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PatternList, ) -> Result<Locate, <Locate as TryFrom<&'a PatternList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PatternTagged> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PatternTagged, ) -> Result<Locate, <Locate as TryFrom<&'a PatternTagged>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PatternVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PatternVariable, ) -> Result<Locate, <Locate as TryFrom<&'a PatternVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PcontrolTerminal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PcontrolTerminal, ) -> Result<Locate, <Locate as TryFrom<&'a PcontrolTerminal>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PeriodTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PeriodTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a PeriodTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PolarityOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PolarityOperator, ) -> Result<Locate, <Locate as TryFrom<&'a PolarityOperator>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Port> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a Port) -> Result<Locate, <Locate as TryFrom<&'a Port>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a PortDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortDeclarationInout> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortDeclarationInout, ) -> Result<Locate, <Locate as TryFrom<&'a PortDeclarationInout>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortDeclarationInput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortDeclarationInput, ) -> Result<Locate, <Locate as TryFrom<&'a PortDeclarationInput>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortDeclarationInterface> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortDeclarationInterface, ) -> Result<Locate, <Locate as TryFrom<&'a PortDeclarationInterface>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortDeclarationOutput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortDeclarationOutput, ) -> Result<Locate, <Locate as TryFrom<&'a PortDeclarationOutput>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortDeclarationRef> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortDeclarationRef, ) -> Result<Locate, <Locate as TryFrom<&'a PortDeclarationRef>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortDirection, ) -> Result<Locate, <Locate as TryFrom<&'a PortDirection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortExpression, ) -> Result<Locate, <Locate as TryFrom<&'a PortExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortExpressionBrace> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortExpressionBrace, ) -> Result<Locate, <Locate as TryFrom<&'a PortExpressionBrace>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PortIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortNamed, ) -> Result<Locate, <Locate as TryFrom<&'a PortNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortNonNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortNonNamed, ) -> Result<Locate, <Locate as TryFrom<&'a PortNonNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PortReference> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PortReference, ) -> Result<Locate, <Locate as TryFrom<&'a PortReference>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PositionCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PositionCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a PositionCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Pragma> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Pragma, ) -> Result<Locate, <Locate as TryFrom<&'a Pragma>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PragmaExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PragmaExpression, ) -> Result<Locate, <Locate as TryFrom<&'a PragmaExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PragmaExpressionAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PragmaExpressionAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a PragmaExpressionAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PragmaKeyword> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PragmaKeyword, ) -> Result<Locate, <Locate as TryFrom<&'a PragmaKeyword>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PragmaName> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PragmaName, ) -> Result<Locate, <Locate as TryFrom<&'a PragmaName>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PragmaValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PragmaValue, ) -> Result<Locate, <Locate as TryFrom<&'a PragmaValue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PragmaValueParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PragmaValueParen, ) -> Result<Locate, <Locate as TryFrom<&'a PragmaValueParen>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PreprocessorText> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PreprocessorText, ) -> Result<Locate, <Locate as TryFrom<&'a PreprocessorText>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Primary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Primary, ) -> Result<Locate, <Locate as TryFrom<&'a Primary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PrimaryConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PrimaryConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a PrimaryConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PrimaryHierarchical> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PrimaryHierarchical, ) -> Result<Locate, <Locate as TryFrom<&'a PrimaryHierarchical>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PrimaryLiteral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PrimaryLiteral, ) -> Result<Locate, <Locate as TryFrom<&'a PrimaryLiteral>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PrimaryMintypmaxExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PrimaryMintypmaxExpression, ) -> Result<Locate, <Locate as TryFrom<&'a PrimaryMintypmaxExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PrimaryMultipleConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PrimaryMultipleConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a PrimaryMultipleConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProceduralAssertionStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProceduralAssertionStatement, ) -> Result<Locate, <Locate as TryFrom<&'a ProceduralAssertionStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProceduralContinuousAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProceduralContinuousAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a ProceduralContinuousAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProceduralContinuousAssignmentAssign> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProceduralContinuousAssignmentAssign, ) -> Result<Locate, <Locate as TryFrom<&'a ProceduralContinuousAssignmentAssign>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProceduralContinuousAssignmentDeassign> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProceduralContinuousAssignmentDeassign, ) -> Result<Locate, <Locate as TryFrom<&'a ProceduralContinuousAssignmentDeassign>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProceduralContinuousAssignmentForceNet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProceduralContinuousAssignmentForceNet, ) -> Result<Locate, <Locate as TryFrom<&'a ProceduralContinuousAssignmentForceNet>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProceduralContinuousAssignmentForceVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProceduralContinuousAssignmentForceVariable, ) -> Result<Locate, <Locate as TryFrom<&'a ProceduralContinuousAssignmentForceVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProceduralContinuousAssignmentReleaseNet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProceduralContinuousAssignmentReleaseNet, ) -> Result<Locate, <Locate as TryFrom<&'a ProceduralContinuousAssignmentReleaseNet>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProceduralContinuousAssignmentReleaseVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProceduralContinuousAssignmentReleaseVariable, ) -> Result<Locate, <Locate as TryFrom<&'a ProceduralContinuousAssignmentReleaseVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProceduralTimingControl> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProceduralTimingControl, ) -> Result<Locate, <Locate as TryFrom<&'a ProceduralTimingControl>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProceduralTimingControlStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProceduralTimingControlStatement, ) -> Result<Locate, <Locate as TryFrom<&'a ProceduralTimingControlStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Production> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Production, ) -> Result<Locate, <Locate as TryFrom<&'a Production>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProductionIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProductionIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ProductionIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProductionItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProductionItem, ) -> Result<Locate, <Locate as TryFrom<&'a ProductionItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramAnsiHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramAnsiHeader, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramAnsiHeader>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramDeclarationAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramDeclarationAnsi, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramDeclarationAnsi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramDeclarationExternAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramDeclarationExternAnsi, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramDeclarationExternAnsi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramDeclarationExternNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramDeclarationExternNonansi, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramDeclarationExternNonansi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramDeclarationNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramDeclarationNonansi, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramDeclarationNonansi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramDeclarationWildcard> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramDeclarationWildcard, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramDeclarationWildcard>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramGenerateItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramGenerateItem, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramGenerateItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramInstantiation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramInstantiation, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramInstantiation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramItem, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ProgramNonansiHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ProgramNonansiHeader, ) -> Result<Locate, <Locate as TryFrom<&'a ProgramNonansiHeader>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyActualArg> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyActualArg, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyActualArg>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyCaseItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyCaseItem, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyCaseItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyCaseItemDefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyCaseItemDefault, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyCaseItemDefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyCaseItemNondefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyCaseItemNondefault, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyCaseItemNondefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExpr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExpr, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExpr>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprAcceptOn> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprAcceptOn, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprAcceptOn>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprAlways> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprAlways, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprAlways>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprBinaryProperty> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprBinaryProperty, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprBinaryProperty>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprBinarySequence> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprBinarySequence, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprBinarySequence>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprCase> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprCase, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprCase>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprClockingEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprClockingEvent, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprClockingEvent>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprEventually> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprEventually, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprEventually>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprIf> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprIf, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprIf>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprNexttime> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprNexttime, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprNexttime>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprNot> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprNot, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprNot>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprParen, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprParen>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprRejectOn> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprRejectOn, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprRejectOn>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprSAlways> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprSAlways, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprSAlways>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprSEventually> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprSEventually, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprSEventually>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprSNexttime> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprSNexttime, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprSNexttime>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprStrong> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprStrong, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprStrong>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprSyncAcceptOn> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprSyncAcceptOn, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprSyncAcceptOn>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprSyncRejectOn> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprSyncRejectOn, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprSyncRejectOn>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyExprWeak> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyExprWeak, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyExprWeak>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyFormalType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyFormalType, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyFormalType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyInstance, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyListOfArguments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyListOfArguments, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyListOfArguments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyListOfArgumentsNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyListOfArgumentsNamed, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyListOfArgumentsNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyListOfArgumentsOrdered> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyListOfArgumentsOrdered, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyListOfArgumentsOrdered>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyLvarPortDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyLvarPortDirection, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyLvarPortDirection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyPortItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyPortItem, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyPortItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyPortList, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyPortList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertyQualifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertyQualifier, ) -> Result<Locate, <Locate as TryFrom<&'a PropertyQualifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PropertySpec> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PropertySpec, ) -> Result<Locate, <Locate as TryFrom<&'a PropertySpec>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsCheckerIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsCheckerIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsCheckerIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsClassIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsClassIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsClassIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsCovergroupIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsCovergroupIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsCovergroupIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalArrayIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalArrayIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalArrayIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalNetIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalNetIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalNetIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalNetIdentifierHierarchical> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalNetIdentifierHierarchical, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalNetIdentifierHierarchical>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalNetIdentifierPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalNetIdentifierPackageScope, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalNetIdentifierPackageScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalPropertyIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalPropertyIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalPropertyIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalPropertyIdentifierHierarchical> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalPropertyIdentifierHierarchical, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalPropertyIdentifierHierarchical>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalPropertyIdentifierPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalPropertyIdentifierPackageScope, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalPropertyIdentifierPackageScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalSequenceIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalSequenceIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalSequenceIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalSequenceIdentifierHierarchical> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalSequenceIdentifierHierarchical, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalSequenceIdentifierHierarchical>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalSequenceIdentifierPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalSequenceIdentifierPackageScope, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalSequenceIdentifierPackageScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalTfIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalTfIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalTfIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalTfIdentifierHierarchical> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalTfIdentifierHierarchical, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalTfIdentifierHierarchical>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsOrHierarchicalTfIdentifierPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsOrHierarchicalTfIdentifierPackageScope, ) -> Result<Locate, <Locate as TryFrom<&'a PsOrHierarchicalTfIdentifierPackageScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsParameterIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsParameterIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsParameterIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsParameterIdentifierGenerate> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsParameterIdentifierGenerate, ) -> Result<Locate, <Locate as TryFrom<&'a PsParameterIdentifierGenerate>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsParameterIdentifierScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsParameterIdentifierScope, ) -> Result<Locate, <Locate as TryFrom<&'a PsParameterIdentifierScope>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PsTypeIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PsTypeIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a PsTypeIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PullGateInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PullGateInstance, ) -> Result<Locate, <Locate as TryFrom<&'a PullGateInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PulldownStrength> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PulldownStrength, ) -> Result<Locate, <Locate as TryFrom<&'a PulldownStrength>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PulldownStrength0> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PulldownStrength0, ) -> Result<Locate, <Locate as TryFrom<&'a PulldownStrength0>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PulldownStrength01> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PulldownStrength01, ) -> Result<Locate, <Locate as TryFrom<&'a PulldownStrength01>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PulldownStrength10> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PulldownStrength10, ) -> Result<Locate, <Locate as TryFrom<&'a PulldownStrength10>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PullupStrength> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PullupStrength, ) -> Result<Locate, <Locate as TryFrom<&'a PullupStrength>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PullupStrength01> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PullupStrength01, ) -> Result<Locate, <Locate as TryFrom<&'a PullupStrength01>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PullupStrength1> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PullupStrength1, ) -> Result<Locate, <Locate as TryFrom<&'a PullupStrength1>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PullupStrength10> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PullupStrength10, ) -> Result<Locate, <Locate as TryFrom<&'a PullupStrength10>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PulseControlSpecparam> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PulseControlSpecparam, ) -> Result<Locate, <Locate as TryFrom<&'a PulseControlSpecparam>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PulseControlSpecparamWithDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PulseControlSpecparamWithDescriptor, ) -> Result<Locate, <Locate as TryFrom<&'a PulseControlSpecparamWithDescriptor>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PulseControlSpecparamWithoutDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PulseControlSpecparamWithoutDescriptor, ) -> Result<Locate, <Locate as TryFrom<&'a PulseControlSpecparamWithoutDescriptor>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a PulsestyleDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a PulsestyleDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a PulsestyleDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a QueueDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a QueueDimension, ) -> Result<Locate, <Locate as TryFrom<&'a QueueDimension>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Rand> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a Rand) -> Result<Locate, <Locate as TryFrom<&'a Rand>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RandcaseItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RandcaseItem, ) -> Result<Locate, <Locate as TryFrom<&'a RandcaseItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RandcaseStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RandcaseStatement, ) -> Result<Locate, <Locate as TryFrom<&'a RandcaseStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RandomQualifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RandomQualifier, ) -> Result<Locate, <Locate as TryFrom<&'a RandomQualifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RandomizeCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RandomizeCall, ) -> Result<Locate, <Locate as TryFrom<&'a RandomizeCall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RandsequenceStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RandsequenceStatement, ) -> Result<Locate, <Locate as TryFrom<&'a RandsequenceStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RangeExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RangeExpression, ) -> Result<Locate, <Locate as TryFrom<&'a RangeExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RealNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RealNumber, ) -> Result<Locate, <Locate as TryFrom<&'a RealNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RealNumberFloating> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RealNumberFloating, ) -> Result<Locate, <Locate as TryFrom<&'a RealNumberFloating>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RecoveryTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RecoveryTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a RecoveryTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RecremTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RecremTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a RecremTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RefDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RefDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a RefDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ReferenceEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ReferenceEvent, ) -> Result<Locate, <Locate as TryFrom<&'a ReferenceEvent>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RejectLimitValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RejectLimitValue, ) -> Result<Locate, <Locate as TryFrom<&'a RejectLimitValue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RemainActiveFlag> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RemainActiveFlag, ) -> Result<Locate, <Locate as TryFrom<&'a RemainActiveFlag>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RemovalTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RemovalTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a RemovalTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RepeatRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RepeatRange, ) -> Result<Locate, <Locate as TryFrom<&'a RepeatRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RepeatRangeBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RepeatRangeBinary, ) -> Result<Locate, <Locate as TryFrom<&'a RepeatRangeBinary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ResetallCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ResetallCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a ResetallCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RestrictPropertyStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RestrictPropertyStatement, ) -> Result<Locate, <Locate as TryFrom<&'a RestrictPropertyStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Root> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a Root) -> Result<Locate, <Locate as TryFrom<&'a Root>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsCase> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsCase, ) -> Result<Locate, <Locate as TryFrom<&'a RsCase>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsCaseItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsCaseItem, ) -> Result<Locate, <Locate as TryFrom<&'a RsCaseItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsCaseItemDefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsCaseItemDefault, ) -> Result<Locate, <Locate as TryFrom<&'a RsCaseItemDefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsCaseItemNondefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsCaseItemNondefault, ) -> Result<Locate, <Locate as TryFrom<&'a RsCaseItemNondefault>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsCodeBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsCodeBlock, ) -> Result<Locate, <Locate as TryFrom<&'a RsCodeBlock>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsIfElse> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsIfElse, ) -> Result<Locate, <Locate as TryFrom<&'a RsIfElse>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsProd> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsProd, ) -> Result<Locate, <Locate as TryFrom<&'a RsProd>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsProductionList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsProductionList, ) -> Result<Locate, <Locate as TryFrom<&'a RsProductionList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsProductionListJoin> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsProductionListJoin, ) -> Result<Locate, <Locate as TryFrom<&'a RsProductionListJoin>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsProductionListProd> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsProductionListProd, ) -> Result<Locate, <Locate as TryFrom<&'a RsProductionListProd>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsRepeat> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsRepeat, ) -> Result<Locate, <Locate as TryFrom<&'a RsRepeat>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a RsRule> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a RsRule, ) -> Result<Locate, <Locate as TryFrom<&'a RsRule>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ScalarConstant> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ScalarConstant, ) -> Result<Locate, <Locate as TryFrom<&'a ScalarConstant>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ScalarTimingCheckCondition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ScalarTimingCheckCondition, ) -> Result<Locate, <Locate as TryFrom<&'a ScalarTimingCheckCondition>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ScalarTimingCheckConditionBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ScalarTimingCheckConditionBinary, ) -> Result<Locate, <Locate as TryFrom<&'a ScalarTimingCheckConditionBinary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ScalarTimingCheckConditionUnary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ScalarTimingCheckConditionUnary, ) -> Result<Locate, <Locate as TryFrom<&'a ScalarTimingCheckConditionUnary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Select> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Select, ) -> Result<Locate, <Locate as TryFrom<&'a Select>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SelectCondition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SelectCondition, ) -> Result<Locate, <Locate as TryFrom<&'a SelectCondition>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SelectExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SelectExpression, ) -> Result<Locate, <Locate as TryFrom<&'a SelectExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SelectExpressionAnd> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SelectExpressionAnd, ) -> Result<Locate, <Locate as TryFrom<&'a SelectExpressionAnd>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SelectExpressionCrossSet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SelectExpressionCrossSet, ) -> Result<Locate, <Locate as TryFrom<&'a SelectExpressionCrossSet>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SelectExpressionNot> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SelectExpressionNot, ) -> Result<Locate, <Locate as TryFrom<&'a SelectExpressionNot>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SelectExpressionOr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SelectExpressionOr, ) -> Result<Locate, <Locate as TryFrom<&'a SelectExpressionOr>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SelectExpressionParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SelectExpressionParen, ) -> Result<Locate, <Locate as TryFrom<&'a SelectExpressionParen>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SelectExpressionWith> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SelectExpressionWith, ) -> Result<Locate, <Locate as TryFrom<&'a SelectExpressionWith>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SeqBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SeqBlock, ) -> Result<Locate, <Locate as TryFrom<&'a SeqBlock>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SeqInputList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SeqInputList, ) -> Result<Locate, <Locate as TryFrom<&'a SeqInputList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceAbbrev> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceAbbrev, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceAbbrev>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceActualArg> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceActualArg, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceActualArg>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceExpr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceExpr, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceExpr>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceExprBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceExprBinary, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceExprBinary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceExprClockingEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceExprClockingEvent, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceExprClockingEvent>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceExprCycleDelayExpr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceExprCycleDelayExpr, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceExprCycleDelayExpr>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceExprExprCycleDelayExpr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceExprExprCycleDelayExpr, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceExprExprCycleDelayExpr>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceExprExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceExprExpression, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceExprExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceExprFirstMatch> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceExprFirstMatch, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceExprFirstMatch>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceExprInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceExprInstance, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceExprInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceExprParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceExprParen, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceExprParen>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceExprThroughout> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceExprThroughout, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceExprThroughout>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceFormalType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceFormalType, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceFormalType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceInstance, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceListOfArguments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceListOfArguments, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceListOfArguments>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceListOfArgumentsNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceListOfArgumentsNamed, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceListOfArgumentsNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceListOfArgumentsOrdered> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceListOfArgumentsOrdered, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceListOfArgumentsOrdered>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceLvarPortDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceLvarPortDirection, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceLvarPortDirection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceMatchItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceMatchItem, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceMatchItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequenceMethodCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequenceMethodCall, ) -> Result<Locate, <Locate as TryFrom<&'a SequenceMethodCall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequencePortItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequencePortItem, ) -> Result<Locate, <Locate as TryFrom<&'a SequencePortItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequencePortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequencePortList, ) -> Result<Locate, <Locate as TryFrom<&'a SequencePortList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequentialBody> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequentialBody, ) -> Result<Locate, <Locate as TryFrom<&'a SequentialBody>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SequentialEntry> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SequentialEntry, ) -> Result<Locate, <Locate as TryFrom<&'a SequentialEntry>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SetCovergroupExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SetCovergroupExpression, ) -> Result<Locate, <Locate as TryFrom<&'a SetCovergroupExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SetupTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SetupTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a SetupTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SetupholdTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SetupholdTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a SetupholdTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ShowcancelledDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ShowcancelledDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a ShowcancelledDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Sign> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a Sign) -> Result<Locate, <Locate as TryFrom<&'a Sign>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SignalIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SignalIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a SignalIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Signing> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Signing, ) -> Result<Locate, <Locate as TryFrom<&'a Signing>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SimpleIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SimpleIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a SimpleIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SimpleImmediateAssertStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SimpleImmediateAssertStatement, ) -> Result<Locate, <Locate as TryFrom<&'a SimpleImmediateAssertStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SimpleImmediateAssertionStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SimpleImmediateAssertionStatement, ) -> Result<Locate, <Locate as TryFrom<&'a SimpleImmediateAssertionStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SimpleImmediateAssumeStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SimpleImmediateAssumeStatement, ) -> Result<Locate, <Locate as TryFrom<&'a SimpleImmediateAssumeStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SimpleImmediateCoverStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SimpleImmediateCoverStatement, ) -> Result<Locate, <Locate as TryFrom<&'a SimpleImmediateCoverStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SimplePathDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SimplePathDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a SimplePathDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SimplePathDeclarationFull> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SimplePathDeclarationFull, ) -> Result<Locate, <Locate as TryFrom<&'a SimplePathDeclarationFull>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SimplePathDeclarationParallel> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SimplePathDeclarationParallel, ) -> Result<Locate, <Locate as TryFrom<&'a SimplePathDeclarationParallel>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SimpleType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SimpleType, ) -> Result<Locate, <Locate as TryFrom<&'a SimpleType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Size> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a Size) -> Result<Locate, <Locate as TryFrom<&'a Size>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SkewTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SkewTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a SkewTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SliceSize> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SliceSize, ) -> Result<Locate, <Locate as TryFrom<&'a SliceSize>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Soft> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a Soft) -> Result<Locate, <Locate as TryFrom<&'a Soft>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SolveBeforeList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SolveBeforeList, ) -> Result<Locate, <Locate as TryFrom<&'a SolveBeforeList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SourceDescription> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SourceDescription, ) -> Result<Locate, <Locate as TryFrom<&'a SourceDescription>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SourceDescriptionNotDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SourceDescriptionNotDirective, ) -> Result<Locate, <Locate as TryFrom<&'a SourceDescriptionNotDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SourceText> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SourceText, ) -> Result<Locate, <Locate as TryFrom<&'a SourceText>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SpecifyBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SpecifyBlock, ) -> Result<Locate, <Locate as TryFrom<&'a SpecifyBlock>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SpecifyInputTerminalDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SpecifyInputTerminalDescriptor, ) -> Result<Locate, <Locate as TryFrom<&'a SpecifyInputTerminalDescriptor>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SpecifyItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SpecifyItem, ) -> Result<Locate, <Locate as TryFrom<&'a SpecifyItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SpecifyOutputTerminalDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SpecifyOutputTerminalDescriptor, ) -> Result<Locate, <Locate as TryFrom<&'a SpecifyOutputTerminalDescriptor>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SpecifyTerminalDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SpecifyTerminalDescriptor, ) -> Result<Locate, <Locate as TryFrom<&'a SpecifyTerminalDescriptor>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SpecparamAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SpecparamAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a SpecparamAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SpecparamAssignmentMintypmax> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SpecparamAssignmentMintypmax, ) -> Result<Locate, <Locate as TryFrom<&'a SpecparamAssignmentMintypmax>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SpecparamDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SpecparamDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a SpecparamDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SpecparamIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SpecparamIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a SpecparamIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StartEdgeOffset> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StartEdgeOffset, ) -> Result<Locate, <Locate as TryFrom<&'a StartEdgeOffset>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StateDependentPathDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StateDependentPathDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a StateDependentPathDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StateDependentPathDeclarationIfEdgeSensitive> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StateDependentPathDeclarationIfEdgeSensitive, ) -> Result<Locate, <Locate as TryFrom<&'a StateDependentPathDeclarationIfEdgeSensitive>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StateDependentPathDeclarationIfNone> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StateDependentPathDeclarationIfNone, ) -> Result<Locate, <Locate as TryFrom<&'a StateDependentPathDeclarationIfNone>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StateDependentPathDeclarationIfSimple> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StateDependentPathDeclarationIfSimple, ) -> Result<Locate, <Locate as TryFrom<&'a StateDependentPathDeclarationIfSimple>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Statement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Statement, ) -> Result<Locate, <Locate as TryFrom<&'a Statement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StatementItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StatementItem, ) -> Result<Locate, <Locate as TryFrom<&'a StatementItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StatementOrNull> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StatementOrNull, ) -> Result<Locate, <Locate as TryFrom<&'a StatementOrNull>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StatementOrNullAttribute> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StatementOrNullAttribute, ) -> Result<Locate, <Locate as TryFrom<&'a StatementOrNullAttribute>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Static> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Static, ) -> Result<Locate, <Locate as TryFrom<&'a Static>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StreamConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StreamConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a StreamConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StreamExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StreamExpression, ) -> Result<Locate, <Locate as TryFrom<&'a StreamExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StreamOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StreamOperator, ) -> Result<Locate, <Locate as TryFrom<&'a StreamOperator>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StreamingConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StreamingConcatenation, ) -> Result<Locate, <Locate as TryFrom<&'a StreamingConcatenation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Strength> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Strength, ) -> Result<Locate, <Locate as TryFrom<&'a Strength>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Strength0> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Strength0, ) -> Result<Locate, <Locate as TryFrom<&'a Strength0>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Strength1> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Strength1, ) -> Result<Locate, <Locate as TryFrom<&'a Strength1>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StringLiteral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StringLiteral, ) -> Result<Locate, <Locate as TryFrom<&'a StringLiteral>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StructUnion> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StructUnion, ) -> Result<Locate, <Locate as TryFrom<&'a StructUnion>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StructUnionMember> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StructUnionMember, ) -> Result<Locate, <Locate as TryFrom<&'a StructUnionMember>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a StructurePatternKey> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a StructurePatternKey, ) -> Result<Locate, <Locate as TryFrom<&'a StructurePatternKey>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SubroutineCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SubroutineCall, ) -> Result<Locate, <Locate as TryFrom<&'a SubroutineCall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SubroutineCallRandomize> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SubroutineCallRandomize, ) -> Result<Locate, <Locate as TryFrom<&'a SubroutineCallRandomize>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SubroutineCallStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SubroutineCallStatement, ) -> Result<Locate, <Locate as TryFrom<&'a SubroutineCallStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SubroutineCallStatementFunction> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SubroutineCallStatementFunction, ) -> Result<Locate, <Locate as TryFrom<&'a SubroutineCallStatementFunction>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Symbol> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Symbol, ) -> Result<Locate, <Locate as TryFrom<&'a Symbol>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SystemTfCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SystemTfCall, ) -> Result<Locate, <Locate as TryFrom<&'a SystemTfCall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SystemTfCallArgDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SystemTfCallArgDataType, ) -> Result<Locate, <Locate as TryFrom<&'a SystemTfCallArgDataType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SystemTfCallArgExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SystemTfCallArgExpression, ) -> Result<Locate, <Locate as TryFrom<&'a SystemTfCallArgExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SystemTfCallArgOptional> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SystemTfCallArgOptional, ) -> Result<Locate, <Locate as TryFrom<&'a SystemTfCallArgOptional>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SystemTfIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SystemTfIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a SystemTfIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a SystemTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a SystemTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a SystemTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TPathDelayExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TPathDelayExpression, ) -> Result<Locate, <Locate as TryFrom<&'a TPathDelayExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TaggedUnionExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TaggedUnionExpression, ) -> Result<Locate, <Locate as TryFrom<&'a TaggedUnionExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TaskBodyDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TaskBodyDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a TaskBodyDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TaskBodyDeclarationWithPort> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TaskBodyDeclarationWithPort, ) -> Result<Locate, <Locate as TryFrom<&'a TaskBodyDeclarationWithPort>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TaskBodyDeclarationWithoutPort> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TaskBodyDeclarationWithoutPort, ) -> Result<Locate, <Locate as TryFrom<&'a TaskBodyDeclarationWithoutPort>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TaskDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TaskDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a TaskDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TaskIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TaskIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a TaskIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TaskPrototype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TaskPrototype, ) -> Result<Locate, <Locate as TryFrom<&'a TaskPrototype>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TerminalIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TerminalIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a TerminalIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TextMacroDefinition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TextMacroDefinition, ) -> Result<Locate, <Locate as TryFrom<&'a TextMacroDefinition>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TextMacroIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TextMacroIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a TextMacroIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TextMacroName> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TextMacroName, ) -> Result<Locate, <Locate as TryFrom<&'a TextMacroName>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TextMacroUsage> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TextMacroUsage, ) -> Result<Locate, <Locate as TryFrom<&'a TextMacroUsage>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TfCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TfCall, ) -> Result<Locate, <Locate as TryFrom<&'a TfCall>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TfIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TfIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a TfIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TfItemDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TfItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a TfItemDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TfPortDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TfPortDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a TfPortDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TfPortDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TfPortDirection, ) -> Result<Locate, <Locate as TryFrom<&'a TfPortDirection>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TfPortItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TfPortItem, ) -> Result<Locate, <Locate as TryFrom<&'a TfPortItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TfPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TfPortList, ) -> Result<Locate, <Locate as TryFrom<&'a TfPortList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Threshold> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Threshold, ) -> Result<Locate, <Locate as TryFrom<&'a Threshold>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimeLiteral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimeLiteral, ) -> Result<Locate, <Locate as TryFrom<&'a TimeLiteral>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimeLiteralFixedPoint> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimeLiteralFixedPoint, ) -> Result<Locate, <Locate as TryFrom<&'a TimeLiteralFixedPoint>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimeLiteralUnsigned> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimeLiteralUnsigned, ) -> Result<Locate, <Locate as TryFrom<&'a TimeLiteralUnsigned>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimeUnit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimeUnit, ) -> Result<Locate, <Locate as TryFrom<&'a TimeUnit>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimecheckCondition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimecheckCondition, ) -> Result<Locate, <Locate as TryFrom<&'a TimecheckCondition>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimescaleCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimescaleCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a TimescaleCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimeskewTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimeskewTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a TimeskewTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimestampCondition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimestampCondition, ) -> Result<Locate, <Locate as TryFrom<&'a TimestampCondition>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimeunitsDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimeunitsDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a TimeunitsDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimeunitsDeclarationTimeprecision> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimeunitsDeclarationTimeprecision, ) -> Result<Locate, <Locate as TryFrom<&'a TimeunitsDeclarationTimeprecision>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimeunitsDeclarationTimeprecisionTimeunit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimeunitsDeclarationTimeprecisionTimeunit, ) -> Result<Locate, <Locate as TryFrom<&'a TimeunitsDeclarationTimeprecisionTimeunit>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimeunitsDeclarationTimeunit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimeunitsDeclarationTimeunit, ) -> Result<Locate, <Locate as TryFrom<&'a TimeunitsDeclarationTimeunit>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimeunitsDeclarationTimeunitTimeprecision> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimeunitsDeclarationTimeunitTimeprecision, ) -> Result<Locate, <Locate as TryFrom<&'a TimeunitsDeclarationTimeunitTimeprecision>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimingCheckCondition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimingCheckCondition, ) -> Result<Locate, <Locate as TryFrom<&'a TimingCheckCondition>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimingCheckConditionParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimingCheckConditionParen, ) -> Result<Locate, <Locate as TryFrom<&'a TimingCheckConditionParen>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimingCheckEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimingCheckEvent, ) -> Result<Locate, <Locate as TryFrom<&'a TimingCheckEvent>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimingCheckEventControl> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimingCheckEventControl, ) -> Result<Locate, <Locate as TryFrom<&'a TimingCheckEventControl>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TimingCheckLimit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TimingCheckLimit, ) -> Result<Locate, <Locate as TryFrom<&'a TimingCheckLimit>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TopmoduleIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TopmoduleIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a TopmoduleIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TransItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TransItem, ) -> Result<Locate, <Locate as TryFrom<&'a TransItem>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TransList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TransList, ) -> Result<Locate, <Locate as TryFrom<&'a TransList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TransRangeList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TransRangeList, ) -> Result<Locate, <Locate as TryFrom<&'a TransRangeList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TransRangeListArrow> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TransRangeListArrow, ) -> Result<Locate, <Locate as TryFrom<&'a TransRangeListArrow>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TransRangeListAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TransRangeListAsterisk, ) -> Result<Locate, <Locate as TryFrom<&'a TransRangeListAsterisk>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TransRangeListEqual> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TransRangeListEqual, ) -> Result<Locate, <Locate as TryFrom<&'a TransRangeListEqual>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TransSet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TransSet, ) -> Result<Locate, <Locate as TryFrom<&'a TransSet>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TypeAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TypeAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a TypeAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TypeDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TypeDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a TypeDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TypeDeclarationDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TypeDeclarationDataType, ) -> Result<Locate, <Locate as TryFrom<&'a TypeDeclarationDataType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TypeDeclarationInterface> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TypeDeclarationInterface, ) -> Result<Locate, <Locate as TryFrom<&'a TypeDeclarationInterface>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TypeDeclarationKeyword> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TypeDeclarationKeyword, ) -> Result<Locate, <Locate as TryFrom<&'a TypeDeclarationKeyword>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TypeDeclarationReserved> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TypeDeclarationReserved, ) -> Result<Locate, <Locate as TryFrom<&'a TypeDeclarationReserved>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TypeIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TypeIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a TypeIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TypeReference> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TypeReference, ) -> Result<Locate, <Locate as TryFrom<&'a TypeReference>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TypeReferenceDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TypeReferenceDataType, ) -> Result<Locate, <Locate as TryFrom<&'a TypeReferenceDataType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a TypeReferenceExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a TypeReferenceExpression, ) -> Result<Locate, <Locate as TryFrom<&'a TypeReferenceExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpAnsiDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpAnsiDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a UdpAnsiDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpBody> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpBody, ) -> Result<Locate, <Locate as TryFrom<&'a UdpBody>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a UdpDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpDeclarationAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpDeclarationAnsi, ) -> Result<Locate, <Locate as TryFrom<&'a UdpDeclarationAnsi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpDeclarationExternAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpDeclarationExternAnsi, ) -> Result<Locate, <Locate as TryFrom<&'a UdpDeclarationExternAnsi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpDeclarationExternNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpDeclarationExternNonansi, ) -> Result<Locate, <Locate as TryFrom<&'a UdpDeclarationExternNonansi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpDeclarationNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpDeclarationNonansi, ) -> Result<Locate, <Locate as TryFrom<&'a UdpDeclarationNonansi>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpDeclarationPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpDeclarationPortList, ) -> Result<Locate, <Locate as TryFrom<&'a UdpDeclarationPortList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpDeclarationWildcard> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpDeclarationWildcard, ) -> Result<Locate, <Locate as TryFrom<&'a UdpDeclarationWildcard>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a UdpIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpInitialStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpInitialStatement, ) -> Result<Locate, <Locate as TryFrom<&'a UdpInitialStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpInputDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpInputDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a UdpInputDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpInstance, ) -> Result<Locate, <Locate as TryFrom<&'a UdpInstance>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpInstantiation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpInstantiation, ) -> Result<Locate, <Locate as TryFrom<&'a UdpInstantiation>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpNonansiDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpNonansiDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a UdpNonansiDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpOutputDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpOutputDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a UdpOutputDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpOutputDeclarationNonreg> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpOutputDeclarationNonreg, ) -> Result<Locate, <Locate as TryFrom<&'a UdpOutputDeclarationNonreg>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpOutputDeclarationReg> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpOutputDeclarationReg, ) -> Result<Locate, <Locate as TryFrom<&'a UdpOutputDeclarationReg>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpPortDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpPortDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a UdpPortDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpPortList, ) -> Result<Locate, <Locate as TryFrom<&'a UdpPortList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UdpRegDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UdpRegDeclaration, ) -> Result<Locate, <Locate as TryFrom<&'a UdpRegDeclaration>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UnaryModulePathOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UnaryModulePathOperator, ) -> Result<Locate, <Locate as TryFrom<&'a UnaryModulePathOperator>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UnaryOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UnaryOperator, ) -> Result<Locate, <Locate as TryFrom<&'a UnaryOperator>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UnbasedUnsizedLiteral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UnbasedUnsizedLiteral, ) -> Result<Locate, <Locate as TryFrom<&'a UnbasedUnsizedLiteral>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UnconnectedDriveCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UnconnectedDriveCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a UnconnectedDriveCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UndefineCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UndefineCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a UndefineCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UndefineallCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UndefineallCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<&'a UndefineallCompilerDirective>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UniquePriority> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UniquePriority, ) -> Result<Locate, <Locate as TryFrom<&'a UniquePriority>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UniquenessConstraint> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UniquenessConstraint, ) -> Result<Locate, <Locate as TryFrom<&'a UniquenessConstraint>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Unit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a Unit) -> Result<Locate, <Locate as TryFrom<&'a Unit>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UnpackedDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UnpackedDimension, ) -> Result<Locate, <Locate as TryFrom<&'a UnpackedDimension>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UnpackedDimensionExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UnpackedDimensionExpression, ) -> Result<Locate, <Locate as TryFrom<&'a UnpackedDimensionExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UnpackedDimensionRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UnpackedDimensionRange, ) -> Result<Locate, <Locate as TryFrom<&'a UnpackedDimensionRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UnsignedNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UnsignedNumber, ) -> Result<Locate, <Locate as TryFrom<&'a UnsignedNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UnsizedDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UnsizedDimension, ) -> Result<Locate, <Locate as TryFrom<&'a UnsizedDimension>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UseClause> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UseClause, ) -> Result<Locate, <Locate as TryFrom<&'a UseClause>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UseClauseCell> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UseClauseCell, ) -> Result<Locate, <Locate as TryFrom<&'a UseClauseCell>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UseClauseCellNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UseClauseCellNamed, ) -> Result<Locate, <Locate as TryFrom<&'a UseClauseCellNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a UseClauseNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a UseClauseNamed, ) -> Result<Locate, <Locate as TryFrom<&'a UseClauseNamed>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ValueRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ValueRange, ) -> Result<Locate, <Locate as TryFrom<&'a ValueRange>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ValueRangeBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ValueRangeBinary, ) -> Result<Locate, <Locate as TryFrom<&'a ValueRangeBinary>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Var> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: &'a Var) -> Result<Locate, <Locate as TryFrom<&'a Var>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VarDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VarDataType, ) -> Result<Locate, <Locate as TryFrom<&'a VarDataType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VarDataTypeVar> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VarDataTypeVar, ) -> Result<Locate, <Locate as TryFrom<&'a VarDataTypeVar>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a VariableAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableDeclAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableDeclAssignment, ) -> Result<Locate, <Locate as TryFrom<&'a VariableDeclAssignment>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableDeclAssignmentClass> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableDeclAssignmentClass, ) -> Result<Locate, <Locate as TryFrom<&'a VariableDeclAssignmentClass>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableDeclAssignmentDynamicArray> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableDeclAssignmentDynamicArray, ) -> Result<Locate, <Locate as TryFrom<&'a VariableDeclAssignmentDynamicArray>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableDeclAssignmentVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableDeclAssignmentVariable, ) -> Result<Locate, <Locate as TryFrom<&'a VariableDeclAssignmentVariable>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableDimension, ) -> Result<Locate, <Locate as TryFrom<&'a VariableDimension>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a VariableIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableIdentifierList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableIdentifierList, ) -> Result<Locate, <Locate as TryFrom<&'a VariableIdentifierList>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableIdentifierListOrNull> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableIdentifierListOrNull, ) -> Result<Locate, <Locate as TryFrom<&'a VariableIdentifierListOrNull>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableLvalue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableLvalue, ) -> Result<Locate, <Locate as TryFrom<&'a VariableLvalue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableLvalueIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableLvalueIdentifier, ) -> Result<Locate, <Locate as TryFrom<&'a VariableLvalueIdentifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableLvalueLvalue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableLvalueLvalue, ) -> Result<Locate, <Locate as TryFrom<&'a VariableLvalueLvalue>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariableLvaluePattern> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariableLvaluePattern, ) -> Result<Locate, <Locate as TryFrom<&'a VariableLvaluePattern>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariablePortHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariablePortHeader, ) -> Result<Locate, <Locate as TryFrom<&'a VariablePortHeader>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VariablePortType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VariablePortType, ) -> Result<Locate, <Locate as TryFrom<&'a VariablePortType>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VectorScalar> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VectorScalar, ) -> Result<Locate, <Locate as TryFrom<&'a VectorScalar>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a VersionSpecifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a VersionSpecifier, ) -> Result<Locate, <Locate as TryFrom<&'a VersionSpecifier>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Virtual> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Virtual, ) -> Result<Locate, <Locate as TryFrom<&'a Virtual>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a WaitStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a WaitStatement, ) -> Result<Locate, <Locate as TryFrom<&'a WaitStatement>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a WaitStatementFork> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a WaitStatementFork, ) -> Result<Locate, <Locate as TryFrom<&'a WaitStatementFork>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a WaitStatementOrder> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a WaitStatementOrder, ) -> Result<Locate, <Locate as TryFrom<&'a WaitStatementOrder>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a WaitStatementWait> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a WaitStatementWait, ) -> Result<Locate, <Locate as TryFrom<&'a WaitStatementWait>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a WeightSpecification> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a WeightSpecification, ) -> Result<Locate, <Locate as TryFrom<&'a WeightSpecification>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a WeightSpecificationExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a WeightSpecificationExpression, ) -> Result<Locate, <Locate as TryFrom<&'a WeightSpecificationExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a WhiteSpace> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a WhiteSpace, ) -> Result<Locate, <Locate as TryFrom<&'a WhiteSpace>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a WidthTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a WidthTimingCheck, ) -> Result<Locate, <Locate as TryFrom<&'a WidthTimingCheck>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a Wildcard> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a Wildcard, ) -> Result<Locate, <Locate as TryFrom<&'a Wildcard>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a WithCovergroupExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a WithCovergroupExpression, ) -> Result<Locate, <Locate as TryFrom<&'a WithCovergroupExpression>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a XNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a XNumber, ) -> Result<Locate, <Locate as TryFrom<&'a XNumber>>::Error>

Performs the conversion.
Source§

impl<'a> TryFrom<&'a ZNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: &'a ZNumber, ) -> Result<Locate, <Locate as TryFrom<&'a ZNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<ActionBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ActionBlock, ) -> Result<Locate, <Locate as TryFrom<ActionBlock>>::Error>

Performs the conversion.
Source§

impl TryFrom<ActionBlockElse> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ActionBlockElse, ) -> Result<Locate, <Locate as TryFrom<ActionBlockElse>>::Error>

Performs the conversion.
Source§

impl TryFrom<ActualArgument> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ActualArgument, ) -> Result<Locate, <Locate as TryFrom<ActualArgument>>::Error>

Performs the conversion.
Source§

impl TryFrom<AlwaysConstruct> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AlwaysConstruct, ) -> Result<Locate, <Locate as TryFrom<AlwaysConstruct>>::Error>

Performs the conversion.
Source§

impl TryFrom<AlwaysKeyword> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AlwaysKeyword, ) -> Result<Locate, <Locate as TryFrom<AlwaysKeyword>>::Error>

Performs the conversion.
Source§

impl TryFrom<AngleBracketLiteral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AngleBracketLiteral, ) -> Result<Locate, <Locate as TryFrom<AngleBracketLiteral>>::Error>

Performs the conversion.
Source§

impl TryFrom<AnonymousProgram> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AnonymousProgram, ) -> Result<Locate, <Locate as TryFrom<AnonymousProgram>>::Error>

Performs the conversion.
Source§

impl TryFrom<AnonymousProgramItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AnonymousProgramItem, ) -> Result<Locate, <Locate as TryFrom<AnonymousProgramItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<AnsiPortDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AnsiPortDeclaration, ) -> Result<Locate, <Locate as TryFrom<AnsiPortDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<AnsiPortDeclarationNet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AnsiPortDeclarationNet, ) -> Result<Locate, <Locate as TryFrom<AnsiPortDeclarationNet>>::Error>

Performs the conversion.
Source§

impl TryFrom<AnsiPortDeclarationParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AnsiPortDeclarationParen, ) -> Result<Locate, <Locate as TryFrom<AnsiPortDeclarationParen>>::Error>

Performs the conversion.
Source§

impl TryFrom<AnsiPortDeclarationVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AnsiPortDeclarationVariable, ) -> Result<Locate, <Locate as TryFrom<AnsiPortDeclarationVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<AnyNode> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: AnyNode) -> Result<Locate, <Locate as TryFrom<AnyNode>>::Error>

Performs the conversion.
Source§

impl TryFrom<ArrayIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ArrayIdentifier, ) -> Result<Locate, <Locate as TryFrom<ArrayIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ArrayManipulationCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ArrayManipulationCall, ) -> Result<Locate, <Locate as TryFrom<ArrayManipulationCall>>::Error>

Performs the conversion.
Source§

impl TryFrom<ArrayMethodName> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ArrayMethodName, ) -> Result<Locate, <Locate as TryFrom<ArrayMethodName>>::Error>

Performs the conversion.
Source§

impl TryFrom<ArrayPatternKey> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ArrayPatternKey, ) -> Result<Locate, <Locate as TryFrom<ArrayPatternKey>>::Error>

Performs the conversion.
Source§

impl TryFrom<ArrayRangeExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ArrayRangeExpression, ) -> Result<Locate, <Locate as TryFrom<ArrayRangeExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ArrayRangeExpressionColon> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ArrayRangeExpressionColon, ) -> Result<Locate, <Locate as TryFrom<ArrayRangeExpressionColon>>::Error>

Performs the conversion.
Source§

impl TryFrom<ArrayRangeExpressionMinusColon> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ArrayRangeExpressionMinusColon, ) -> Result<Locate, <Locate as TryFrom<ArrayRangeExpressionMinusColon>>::Error>

Performs the conversion.
Source§

impl TryFrom<ArrayRangeExpressionPlusColon> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ArrayRangeExpressionPlusColon, ) -> Result<Locate, <Locate as TryFrom<ArrayRangeExpressionPlusColon>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssertPropertyStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssertPropertyStatement, ) -> Result<Locate, <Locate as TryFrom<AssertPropertyStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssertTiming> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssertTiming, ) -> Result<Locate, <Locate as TryFrom<AssertTiming>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssertionItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssertionItem, ) -> Result<Locate, <Locate as TryFrom<AssertionItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssertionItemDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssertionItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<AssertionItemDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssertionVariableDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssertionVariableDeclaration, ) -> Result<Locate, <Locate as TryFrom<AssertionVariableDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentOperator, ) -> Result<Locate, <Locate as TryFrom<AssignmentOperator>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentPattern> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentPattern, ) -> Result<Locate, <Locate as TryFrom<AssignmentPattern>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentPatternArray> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentPatternArray, ) -> Result<Locate, <Locate as TryFrom<AssignmentPatternArray>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentPatternExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentPatternExpression, ) -> Result<Locate, <Locate as TryFrom<AssignmentPatternExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentPatternExpressionType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentPatternExpressionType, ) -> Result<Locate, <Locate as TryFrom<AssignmentPatternExpressionType>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentPatternKey> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentPatternKey, ) -> Result<Locate, <Locate as TryFrom<AssignmentPatternKey>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentPatternList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentPatternList, ) -> Result<Locate, <Locate as TryFrom<AssignmentPatternList>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentPatternNetLvalue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentPatternNetLvalue, ) -> Result<Locate, <Locate as TryFrom<AssignmentPatternNetLvalue>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentPatternRepeat> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentPatternRepeat, ) -> Result<Locate, <Locate as TryFrom<AssignmentPatternRepeat>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentPatternStructure> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentPatternStructure, ) -> Result<Locate, <Locate as TryFrom<AssignmentPatternStructure>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssignmentPatternVariableLvalue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssignmentPatternVariableLvalue, ) -> Result<Locate, <Locate as TryFrom<AssignmentPatternVariableLvalue>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssociativeDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssociativeDimension, ) -> Result<Locate, <Locate as TryFrom<AssociativeDimension>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssociativeDimensionAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssociativeDimensionAsterisk, ) -> Result<Locate, <Locate as TryFrom<AssociativeDimensionAsterisk>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssociativeDimensionDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssociativeDimensionDataType, ) -> Result<Locate, <Locate as TryFrom<AssociativeDimensionDataType>>::Error>

Performs the conversion.
Source§

impl TryFrom<AssumePropertyStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AssumePropertyStatement, ) -> Result<Locate, <Locate as TryFrom<AssumePropertyStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<AttrSpec> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: AttrSpec) -> Result<Locate, <Locate as TryFrom<AttrSpec>>::Error>

Performs the conversion.
Source§

impl TryFrom<AttributeInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: AttributeInstance, ) -> Result<Locate, <Locate as TryFrom<AttributeInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinIdentifier, ) -> Result<Locate, <Locate as TryFrom<BinIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinaryBase> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinaryBase, ) -> Result<Locate, <Locate as TryFrom<BinaryBase>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinaryModulePathOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinaryModulePathOperator, ) -> Result<Locate, <Locate as TryFrom<BinaryModulePathOperator>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinaryNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinaryNumber, ) -> Result<Locate, <Locate as TryFrom<BinaryNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinaryOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinaryOperator, ) -> Result<Locate, <Locate as TryFrom<BinaryOperator>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinaryValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinaryValue, ) -> Result<Locate, <Locate as TryFrom<BinaryValue>>::Error>

Performs the conversion.
Source§

impl TryFrom<BindDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BindDirective, ) -> Result<Locate, <Locate as TryFrom<BindDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<BindDirectiveInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BindDirectiveInstance, ) -> Result<Locate, <Locate as TryFrom<BindDirectiveInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<BindDirectiveScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BindDirectiveScope, ) -> Result<Locate, <Locate as TryFrom<BindDirectiveScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<BindInstantiation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BindInstantiation, ) -> Result<Locate, <Locate as TryFrom<BindInstantiation>>::Error>

Performs the conversion.
Source§

impl TryFrom<BindTargetInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BindTargetInstance, ) -> Result<Locate, <Locate as TryFrom<BindTargetInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<BindTargetInstanceList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BindTargetInstanceList, ) -> Result<Locate, <Locate as TryFrom<BindTargetInstanceList>>::Error>

Performs the conversion.
Source§

impl TryFrom<BindTargetScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BindTargetScope, ) -> Result<Locate, <Locate as TryFrom<BindTargetScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsExpression, ) -> Result<Locate, <Locate as TryFrom<BinsExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsExpressionCoverPoint> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsExpressionCoverPoint, ) -> Result<Locate, <Locate as TryFrom<BinsExpressionCoverPoint>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsKeyword> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsKeyword, ) -> Result<Locate, <Locate as TryFrom<BinsKeyword>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsOrEmpty> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsOrEmpty, ) -> Result<Locate, <Locate as TryFrom<BinsOrEmpty>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsOrEmptyNonEmpty> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsOrEmptyNonEmpty, ) -> Result<Locate, <Locate as TryFrom<BinsOrEmptyNonEmpty>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsOrOptions> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsOrOptions, ) -> Result<Locate, <Locate as TryFrom<BinsOrOptions>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsOrOptionsCoverPoint> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsOrOptionsCoverPoint, ) -> Result<Locate, <Locate as TryFrom<BinsOrOptionsCoverPoint>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsOrOptionsCovergroup> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsOrOptionsCovergroup, ) -> Result<Locate, <Locate as TryFrom<BinsOrOptionsCovergroup>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsOrOptionsDefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsOrOptionsDefault, ) -> Result<Locate, <Locate as TryFrom<BinsOrOptionsDefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsOrOptionsDefaultSequence> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsOrOptionsDefaultSequence, ) -> Result<Locate, <Locate as TryFrom<BinsOrOptionsDefaultSequence>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsOrOptionsSetCovergroup> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsOrOptionsSetCovergroup, ) -> Result<Locate, <Locate as TryFrom<BinsOrOptionsSetCovergroup>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsOrOptionsTransList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsOrOptionsTransList, ) -> Result<Locate, <Locate as TryFrom<BinsOrOptionsTransList>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsSelection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsSelection, ) -> Result<Locate, <Locate as TryFrom<BinsSelection>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsSelectionOrOption> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsSelectionOrOption, ) -> Result<Locate, <Locate as TryFrom<BinsSelectionOrOption>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsSelectionOrOptionBins> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsSelectionOrOptionBins, ) -> Result<Locate, <Locate as TryFrom<BinsSelectionOrOptionBins>>::Error>

Performs the conversion.
Source§

impl TryFrom<BinsSelectionOrOptionCoverage> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BinsSelectionOrOptionCoverage, ) -> Result<Locate, <Locate as TryFrom<BinsSelectionOrOptionCoverage>>::Error>

Performs the conversion.
Source§

impl TryFrom<BitSelect> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BitSelect, ) -> Result<Locate, <Locate as TryFrom<BitSelect>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockEventExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockEventExpression, ) -> Result<Locate, <Locate as TryFrom<BlockEventExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockEventExpressionBegin> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockEventExpressionBegin, ) -> Result<Locate, <Locate as TryFrom<BlockEventExpressionBegin>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockEventExpressionEnd> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockEventExpressionEnd, ) -> Result<Locate, <Locate as TryFrom<BlockEventExpressionEnd>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockEventExpressionOr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockEventExpressionOr, ) -> Result<Locate, <Locate as TryFrom<BlockEventExpressionOr>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockIdentifier, ) -> Result<Locate, <Locate as TryFrom<BlockIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockItemDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<BlockItemDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockItemDeclarationData> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockItemDeclarationData, ) -> Result<Locate, <Locate as TryFrom<BlockItemDeclarationData>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockItemDeclarationLet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockItemDeclarationLet, ) -> Result<Locate, <Locate as TryFrom<BlockItemDeclarationLet>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockItemDeclarationLocalParameter> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockItemDeclarationLocalParameter, ) -> Result<Locate, <Locate as TryFrom<BlockItemDeclarationLocalParameter>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockItemDeclarationParameter> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockItemDeclarationParameter, ) -> Result<Locate, <Locate as TryFrom<BlockItemDeclarationParameter>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockingAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockingAssignment, ) -> Result<Locate, <Locate as TryFrom<BlockingAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockingAssignmentHierarchicalVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockingAssignmentHierarchicalVariable, ) -> Result<Locate, <Locate as TryFrom<BlockingAssignmentHierarchicalVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockingAssignmentNonrangeVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockingAssignmentNonrangeVariable, ) -> Result<Locate, <Locate as TryFrom<BlockingAssignmentNonrangeVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<BlockingAssignmentVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BlockingAssignmentVariable, ) -> Result<Locate, <Locate as TryFrom<BlockingAssignmentVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<BooleanAbbrev> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BooleanAbbrev, ) -> Result<Locate, <Locate as TryFrom<BooleanAbbrev>>::Error>

Performs the conversion.
Source§

impl TryFrom<BuiltInMethodCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: BuiltInMethodCall, ) -> Result<Locate, <Locate as TryFrom<BuiltInMethodCall>>::Error>

Performs the conversion.
Source§

impl TryFrom<CIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CIdentifier, ) -> Result<Locate, <Locate as TryFrom<CIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseExpression, ) -> Result<Locate, <Locate as TryFrom<CaseExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseGenerateConstruct> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseGenerateConstruct, ) -> Result<Locate, <Locate as TryFrom<CaseGenerateConstruct>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseGenerateItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseGenerateItem, ) -> Result<Locate, <Locate as TryFrom<CaseGenerateItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseGenerateItemDefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseGenerateItemDefault, ) -> Result<Locate, <Locate as TryFrom<CaseGenerateItemDefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseGenerateItemNondefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseGenerateItemNondefault, ) -> Result<Locate, <Locate as TryFrom<CaseGenerateItemNondefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseInsideItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseInsideItem, ) -> Result<Locate, <Locate as TryFrom<CaseInsideItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseInsideItemNondefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseInsideItemNondefault, ) -> Result<Locate, <Locate as TryFrom<CaseInsideItemNondefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: CaseItem) -> Result<Locate, <Locate as TryFrom<CaseItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseItemDefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseItemDefault, ) -> Result<Locate, <Locate as TryFrom<CaseItemDefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseItemExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseItemExpression, ) -> Result<Locate, <Locate as TryFrom<CaseItemExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseItemNondefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseItemNondefault, ) -> Result<Locate, <Locate as TryFrom<CaseItemNondefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseKeyword> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseKeyword, ) -> Result<Locate, <Locate as TryFrom<CaseKeyword>>::Error>

Performs the conversion.
Source§

impl TryFrom<CasePatternItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CasePatternItem, ) -> Result<Locate, <Locate as TryFrom<CasePatternItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<CasePatternItemNondefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CasePatternItemNondefault, ) -> Result<Locate, <Locate as TryFrom<CasePatternItemNondefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseStatement, ) -> Result<Locate, <Locate as TryFrom<CaseStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseStatementInside> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseStatementInside, ) -> Result<Locate, <Locate as TryFrom<CaseStatementInside>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseStatementMatches> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseStatementMatches, ) -> Result<Locate, <Locate as TryFrom<CaseStatementMatches>>::Error>

Performs the conversion.
Source§

impl TryFrom<CaseStatementNormal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CaseStatementNormal, ) -> Result<Locate, <Locate as TryFrom<CaseStatementNormal>>::Error>

Performs the conversion.
Source§

impl TryFrom<Cast> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Cast) -> Result<Locate, <Locate as TryFrom<Cast>>::Error>

Performs the conversion.
Source§

impl TryFrom<CastingType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CastingType, ) -> Result<Locate, <Locate as TryFrom<CastingType>>::Error>

Performs the conversion.
Source§

impl TryFrom<CellClause> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CellClause, ) -> Result<Locate, <Locate as TryFrom<CellClause>>::Error>

Performs the conversion.
Source§

impl TryFrom<CellIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CellIdentifier, ) -> Result<Locate, <Locate as TryFrom<CellIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<CelldefineDriveCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CelldefineDriveCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<CelldefineDriveCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<ChargeStrength> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ChargeStrength, ) -> Result<Locate, <Locate as TryFrom<ChargeStrength>>::Error>

Performs the conversion.
Source§

impl TryFrom<ChargeStrengthLarge> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ChargeStrengthLarge, ) -> Result<Locate, <Locate as TryFrom<ChargeStrengthLarge>>::Error>

Performs the conversion.
Source§

impl TryFrom<ChargeStrengthMedium> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ChargeStrengthMedium, ) -> Result<Locate, <Locate as TryFrom<ChargeStrengthMedium>>::Error>

Performs the conversion.
Source§

impl TryFrom<ChargeStrengthSmall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ChargeStrengthSmall, ) -> Result<Locate, <Locate as TryFrom<ChargeStrengthSmall>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerDeclaration, ) -> Result<Locate, <Locate as TryFrom<CheckerDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerGenerateItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerGenerateItem, ) -> Result<Locate, <Locate as TryFrom<CheckerGenerateItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerIdentifier, ) -> Result<Locate, <Locate as TryFrom<CheckerIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerInstantiation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerInstantiation, ) -> Result<Locate, <Locate as TryFrom<CheckerInstantiation>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerOrGenerateItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerOrGenerateItem, ) -> Result<Locate, <Locate as TryFrom<CheckerOrGenerateItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerOrGenerateItemDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerOrGenerateItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<CheckerOrGenerateItemDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerOrGenerateItemDeclarationClocking> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerOrGenerateItemDeclarationClocking, ) -> Result<Locate, <Locate as TryFrom<CheckerOrGenerateItemDeclarationClocking>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerOrGenerateItemDeclarationData> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerOrGenerateItemDeclarationData, ) -> Result<Locate, <Locate as TryFrom<CheckerOrGenerateItemDeclarationData>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerOrGenerateItemDeclarationDisable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerOrGenerateItemDeclarationDisable, ) -> Result<Locate, <Locate as TryFrom<CheckerOrGenerateItemDeclarationDisable>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerPortDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerPortDirection, ) -> Result<Locate, <Locate as TryFrom<CheckerPortDirection>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerPortItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerPortItem, ) -> Result<Locate, <Locate as TryFrom<CheckerPortItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<CheckerPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CheckerPortList, ) -> Result<Locate, <Locate as TryFrom<CheckerPortList>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassConstraint> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassConstraint, ) -> Result<Locate, <Locate as TryFrom<ClassConstraint>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassConstructorDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassConstructorDeclaration, ) -> Result<Locate, <Locate as TryFrom<ClassConstructorDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassConstructorPrototype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassConstructorPrototype, ) -> Result<Locate, <Locate as TryFrom<ClassConstructorPrototype>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassDeclaration, ) -> Result<Locate, <Locate as TryFrom<ClassDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassIdentifier, ) -> Result<Locate, <Locate as TryFrom<ClassIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassItem, ) -> Result<Locate, <Locate as TryFrom<ClassItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassItemConstraint> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassItemConstraint, ) -> Result<Locate, <Locate as TryFrom<ClassItemConstraint>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassItemCovergroup> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassItemCovergroup, ) -> Result<Locate, <Locate as TryFrom<ClassItemCovergroup>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassItemDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<ClassItemDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassItemMethod> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassItemMethod, ) -> Result<Locate, <Locate as TryFrom<ClassItemMethod>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassItemProperty> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassItemProperty, ) -> Result<Locate, <Locate as TryFrom<ClassItemProperty>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassItemQualifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassItemQualifier, ) -> Result<Locate, <Locate as TryFrom<ClassItemQualifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassMethod> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassMethod, ) -> Result<Locate, <Locate as TryFrom<ClassMethod>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassMethodConstructor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassMethodConstructor, ) -> Result<Locate, <Locate as TryFrom<ClassMethodConstructor>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassMethodExternConstructor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassMethodExternConstructor, ) -> Result<Locate, <Locate as TryFrom<ClassMethodExternConstructor>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassMethodExternMethod> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassMethodExternMethod, ) -> Result<Locate, <Locate as TryFrom<ClassMethodExternMethod>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassMethodFunction> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassMethodFunction, ) -> Result<Locate, <Locate as TryFrom<ClassMethodFunction>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassMethodPureVirtual> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassMethodPureVirtual, ) -> Result<Locate, <Locate as TryFrom<ClassMethodPureVirtual>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassMethodTask> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassMethodTask, ) -> Result<Locate, <Locate as TryFrom<ClassMethodTask>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassNew> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: ClassNew) -> Result<Locate, <Locate as TryFrom<ClassNew>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassNewArgument> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassNewArgument, ) -> Result<Locate, <Locate as TryFrom<ClassNewArgument>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassNewExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassNewExpression, ) -> Result<Locate, <Locate as TryFrom<ClassNewExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassProperty> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassProperty, ) -> Result<Locate, <Locate as TryFrom<ClassProperty>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassPropertyConst> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassPropertyConst, ) -> Result<Locate, <Locate as TryFrom<ClassPropertyConst>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassPropertyConstExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassPropertyConstExpression, ) -> Result<Locate, <Locate as TryFrom<ClassPropertyConstExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassPropertyNonConst> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassPropertyNonConst, ) -> Result<Locate, <Locate as TryFrom<ClassPropertyNonConst>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassQualifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassQualifier, ) -> Result<Locate, <Locate as TryFrom<ClassQualifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassQualifierOrPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassQualifierOrPackageScope, ) -> Result<Locate, <Locate as TryFrom<ClassQualifierOrPackageScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassScope, ) -> Result<Locate, <Locate as TryFrom<ClassScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassType, ) -> Result<Locate, <Locate as TryFrom<ClassType>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClassVariableIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClassVariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<ClassVariableIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingDeclAssign> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingDeclAssign, ) -> Result<Locate, <Locate as TryFrom<ClockingDeclAssign>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingDeclaration, ) -> Result<Locate, <Locate as TryFrom<ClockingDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingDeclarationGlobal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingDeclarationGlobal, ) -> Result<Locate, <Locate as TryFrom<ClockingDeclarationGlobal>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingDeclarationLocal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingDeclarationLocal, ) -> Result<Locate, <Locate as TryFrom<ClockingDeclarationLocal>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingDirection, ) -> Result<Locate, <Locate as TryFrom<ClockingDirection>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingDirectionInput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingDirectionInput, ) -> Result<Locate, <Locate as TryFrom<ClockingDirectionInput>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingDirectionInputOutput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingDirectionInputOutput, ) -> Result<Locate, <Locate as TryFrom<ClockingDirectionInputOutput>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingDirectionOutput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingDirectionOutput, ) -> Result<Locate, <Locate as TryFrom<ClockingDirectionOutput>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingDrive> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingDrive, ) -> Result<Locate, <Locate as TryFrom<ClockingDrive>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingEvent, ) -> Result<Locate, <Locate as TryFrom<ClockingEvent>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingEventExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingEventExpression, ) -> Result<Locate, <Locate as TryFrom<ClockingEventExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingEventIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingEventIdentifier, ) -> Result<Locate, <Locate as TryFrom<ClockingEventIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingIdentifier, ) -> Result<Locate, <Locate as TryFrom<ClockingIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingItem, ) -> Result<Locate, <Locate as TryFrom<ClockingItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingItemAssertion> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingItemAssertion, ) -> Result<Locate, <Locate as TryFrom<ClockingItemAssertion>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingItemDefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingItemDefault, ) -> Result<Locate, <Locate as TryFrom<ClockingItemDefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingItemDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingItemDirection, ) -> Result<Locate, <Locate as TryFrom<ClockingItemDirection>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingSkew> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingSkew, ) -> Result<Locate, <Locate as TryFrom<ClockingSkew>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockingSkewEdge> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockingSkewEdge, ) -> Result<Locate, <Locate as TryFrom<ClockingSkewEdge>>::Error>

Performs the conversion.
Source§

impl TryFrom<Clockvar> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Clockvar) -> Result<Locate, <Locate as TryFrom<Clockvar>>::Error>

Performs the conversion.
Source§

impl TryFrom<ClockvarExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ClockvarExpression, ) -> Result<Locate, <Locate as TryFrom<ClockvarExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<CmosSwitchInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CmosSwitchInstance, ) -> Result<Locate, <Locate as TryFrom<CmosSwitchInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<CmosSwitchtype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CmosSwitchtype, ) -> Result<Locate, <Locate as TryFrom<CmosSwitchtype>>::Error>

Performs the conversion.
Source§

impl TryFrom<CombinationalBody> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CombinationalBody, ) -> Result<Locate, <Locate as TryFrom<CombinationalBody>>::Error>

Performs the conversion.
Source§

impl TryFrom<CombinationalEntry> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CombinationalEntry, ) -> Result<Locate, <Locate as TryFrom<CombinationalEntry>>::Error>

Performs the conversion.
Source§

impl TryFrom<Comment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Comment) -> Result<Locate, <Locate as TryFrom<Comment>>::Error>

Performs the conversion.
Source§

impl TryFrom<CompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CompilerDirective, ) -> Result<Locate, <Locate as TryFrom<CompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<Concatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Concatenation, ) -> Result<Locate, <Locate as TryFrom<Concatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConcurrentAssertionItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConcurrentAssertionItem, ) -> Result<Locate, <Locate as TryFrom<ConcurrentAssertionItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConcurrentAssertionItemStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConcurrentAssertionItemStatement, ) -> Result<Locate, <Locate as TryFrom<ConcurrentAssertionItemStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConcurrentAssertionStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConcurrentAssertionStatement, ) -> Result<Locate, <Locate as TryFrom<ConcurrentAssertionStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<CondPattern> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CondPattern, ) -> Result<Locate, <Locate as TryFrom<CondPattern>>::Error>

Performs the conversion.
Source§

impl TryFrom<CondPredicate> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CondPredicate, ) -> Result<Locate, <Locate as TryFrom<CondPredicate>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConditionalCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConditionalCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<ConditionalCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConditionalExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConditionalExpression, ) -> Result<Locate, <Locate as TryFrom<ConditionalExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConditionalGenerateConstruct> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConditionalGenerateConstruct, ) -> Result<Locate, <Locate as TryFrom<ConditionalGenerateConstruct>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConditionalStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConditionalStatement, ) -> Result<Locate, <Locate as TryFrom<ConditionalStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<Config> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Config) -> Result<Locate, <Locate as TryFrom<Config>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConfigDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConfigDeclaration, ) -> Result<Locate, <Locate as TryFrom<ConfigDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConfigIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConfigIdentifier, ) -> Result<Locate, <Locate as TryFrom<ConfigIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConfigRuleStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConfigRuleStatement, ) -> Result<Locate, <Locate as TryFrom<ConfigRuleStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConfigRuleStatementCellLib> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConfigRuleStatementCellLib, ) -> Result<Locate, <Locate as TryFrom<ConfigRuleStatementCellLib>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConfigRuleStatementCellUse> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConfigRuleStatementCellUse, ) -> Result<Locate, <Locate as TryFrom<ConfigRuleStatementCellUse>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConfigRuleStatementDefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConfigRuleStatementDefault, ) -> Result<Locate, <Locate as TryFrom<ConfigRuleStatementDefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConfigRuleStatementInstLib> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConfigRuleStatementInstLib, ) -> Result<Locate, <Locate as TryFrom<ConfigRuleStatementInstLib>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConfigRuleStatementInstUse> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConfigRuleStatementInstUse, ) -> Result<Locate, <Locate as TryFrom<ConfigRuleStatementInstUse>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConsecutiveRepetition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConsecutiveRepetition, ) -> Result<Locate, <Locate as TryFrom<ConsecutiveRepetition>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConsecutiveRepetitionAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConsecutiveRepetitionAsterisk, ) -> Result<Locate, <Locate as TryFrom<ConsecutiveRepetitionAsterisk>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConsecutiveRepetitionExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConsecutiveRepetitionExpression, ) -> Result<Locate, <Locate as TryFrom<ConsecutiveRepetitionExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConsecutiveRepetitionPlus> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConsecutiveRepetitionPlus, ) -> Result<Locate, <Locate as TryFrom<ConsecutiveRepetitionPlus>>::Error>

Performs the conversion.
Source§

impl TryFrom<Const> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Const) -> Result<Locate, <Locate as TryFrom<Const>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstIdentifier, ) -> Result<Locate, <Locate as TryFrom<ConstIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstOrRangeExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstOrRangeExpression, ) -> Result<Locate, <Locate as TryFrom<ConstOrRangeExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantAssignmentPatternExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantAssignmentPatternExpression, ) -> Result<Locate, <Locate as TryFrom<ConstantAssignmentPatternExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantBitSelect> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantBitSelect, ) -> Result<Locate, <Locate as TryFrom<ConstantBitSelect>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantCast> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantCast, ) -> Result<Locate, <Locate as TryFrom<ConstantCast>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantConcatenation, ) -> Result<Locate, <Locate as TryFrom<ConstantConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantExpression, ) -> Result<Locate, <Locate as TryFrom<ConstantExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantExpressionBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantExpressionBinary, ) -> Result<Locate, <Locate as TryFrom<ConstantExpressionBinary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantExpressionTernary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantExpressionTernary, ) -> Result<Locate, <Locate as TryFrom<ConstantExpressionTernary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantExpressionUnary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantExpressionUnary, ) -> Result<Locate, <Locate as TryFrom<ConstantExpressionUnary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantFunctionCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantFunctionCall, ) -> Result<Locate, <Locate as TryFrom<ConstantFunctionCall>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantIndexedRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantIndexedRange, ) -> Result<Locate, <Locate as TryFrom<ConstantIndexedRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantLetExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantLetExpression, ) -> Result<Locate, <Locate as TryFrom<ConstantLetExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantMintypmaxExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantMintypmaxExpression, ) -> Result<Locate, <Locate as TryFrom<ConstantMintypmaxExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantMintypmaxExpressionTernary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantMintypmaxExpressionTernary, ) -> Result<Locate, <Locate as TryFrom<ConstantMintypmaxExpressionTernary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantMultipleConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantMultipleConcatenation, ) -> Result<Locate, <Locate as TryFrom<ConstantMultipleConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantParamExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantParamExpression, ) -> Result<Locate, <Locate as TryFrom<ConstantParamExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantPartSelectRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantPartSelectRange, ) -> Result<Locate, <Locate as TryFrom<ConstantPartSelectRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantPrimary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantPrimary, ) -> Result<Locate, <Locate as TryFrom<ConstantPrimary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantPrimaryConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantPrimaryConcatenation, ) -> Result<Locate, <Locate as TryFrom<ConstantPrimaryConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantPrimaryEnum> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantPrimaryEnum, ) -> Result<Locate, <Locate as TryFrom<ConstantPrimaryEnum>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantPrimaryFormalPort> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantPrimaryFormalPort, ) -> Result<Locate, <Locate as TryFrom<ConstantPrimaryFormalPort>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantPrimaryMintypmaxExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantPrimaryMintypmaxExpression, ) -> Result<Locate, <Locate as TryFrom<ConstantPrimaryMintypmaxExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantPrimaryMultipleConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantPrimaryMultipleConcatenation, ) -> Result<Locate, <Locate as TryFrom<ConstantPrimaryMultipleConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantPrimaryPsParameter> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantPrimaryPsParameter, ) -> Result<Locate, <Locate as TryFrom<ConstantPrimaryPsParameter>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantPrimarySpecparam> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantPrimarySpecparam, ) -> Result<Locate, <Locate as TryFrom<ConstantPrimarySpecparam>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantRange, ) -> Result<Locate, <Locate as TryFrom<ConstantRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantRangeExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantRangeExpression, ) -> Result<Locate, <Locate as TryFrom<ConstantRangeExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstantSelect> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstantSelect, ) -> Result<Locate, <Locate as TryFrom<ConstantSelect>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintBlock, ) -> Result<Locate, <Locate as TryFrom<ConstraintBlock>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintBlockItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintBlockItem, ) -> Result<Locate, <Locate as TryFrom<ConstraintBlockItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintBlockItemSolve> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintBlockItemSolve, ) -> Result<Locate, <Locate as TryFrom<ConstraintBlockItemSolve>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintDeclaration, ) -> Result<Locate, <Locate as TryFrom<ConstraintDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintExpression, ) -> Result<Locate, <Locate as TryFrom<ConstraintExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintExpressionArrow> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintExpressionArrow, ) -> Result<Locate, <Locate as TryFrom<ConstraintExpressionArrow>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintExpressionDisable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintExpressionDisable, ) -> Result<Locate, <Locate as TryFrom<ConstraintExpressionDisable>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintExpressionExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintExpressionExpression, ) -> Result<Locate, <Locate as TryFrom<ConstraintExpressionExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintExpressionForeach> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintExpressionForeach, ) -> Result<Locate, <Locate as TryFrom<ConstraintExpressionForeach>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintExpressionIf> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintExpressionIf, ) -> Result<Locate, <Locate as TryFrom<ConstraintExpressionIf>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintIdentifier, ) -> Result<Locate, <Locate as TryFrom<ConstraintIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintPrimary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintPrimary, ) -> Result<Locate, <Locate as TryFrom<ConstraintPrimary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintPrototype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintPrototype, ) -> Result<Locate, <Locate as TryFrom<ConstraintPrototype>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintPrototypeQualifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintPrototypeQualifier, ) -> Result<Locate, <Locate as TryFrom<ConstraintPrototypeQualifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintSet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintSet, ) -> Result<Locate, <Locate as TryFrom<ConstraintSet>>::Error>

Performs the conversion.
Source§

impl TryFrom<ConstraintSetBrace> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ConstraintSetBrace, ) -> Result<Locate, <Locate as TryFrom<ConstraintSetBrace>>::Error>

Performs the conversion.
Source§

impl TryFrom<ContinuousAssign> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ContinuousAssign, ) -> Result<Locate, <Locate as TryFrom<ContinuousAssign>>::Error>

Performs the conversion.
Source§

impl TryFrom<ContinuousAssignNet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ContinuousAssignNet, ) -> Result<Locate, <Locate as TryFrom<ContinuousAssignNet>>::Error>

Performs the conversion.
Source§

impl TryFrom<ContinuousAssignVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ContinuousAssignVariable, ) -> Result<Locate, <Locate as TryFrom<ContinuousAssignVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<ControlledReferenceEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ControlledReferenceEvent, ) -> Result<Locate, <Locate as TryFrom<ControlledReferenceEvent>>::Error>

Performs the conversion.
Source§

impl TryFrom<ControlledTimingCheckEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ControlledTimingCheckEvent, ) -> Result<Locate, <Locate as TryFrom<ControlledTimingCheckEvent>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverCross> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverCross, ) -> Result<Locate, <Locate as TryFrom<CoverCross>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverPoint> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverPoint, ) -> Result<Locate, <Locate as TryFrom<CoverPoint>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverPointIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverPointIdentifier, ) -> Result<Locate, <Locate as TryFrom<CoverPointIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverPropertyStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverPropertyStatement, ) -> Result<Locate, <Locate as TryFrom<CoverPropertyStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverSequenceStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverSequenceStatement, ) -> Result<Locate, <Locate as TryFrom<CoverSequenceStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverageEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverageEvent, ) -> Result<Locate, <Locate as TryFrom<CoverageEvent>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverageEventAt> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverageEventAt, ) -> Result<Locate, <Locate as TryFrom<CoverageEventAt>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverageEventSample> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverageEventSample, ) -> Result<Locate, <Locate as TryFrom<CoverageEventSample>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverageOption> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverageOption, ) -> Result<Locate, <Locate as TryFrom<CoverageOption>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverageOptionOption> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverageOptionOption, ) -> Result<Locate, <Locate as TryFrom<CoverageOptionOption>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverageOptionTypeOption> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverageOptionTypeOption, ) -> Result<Locate, <Locate as TryFrom<CoverageOptionTypeOption>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverageSpec> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverageSpec, ) -> Result<Locate, <Locate as TryFrom<CoverageSpec>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverageSpecOrOption> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverageSpecOrOption, ) -> Result<Locate, <Locate as TryFrom<CoverageSpecOrOption>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverageSpecOrOptionOption> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverageSpecOrOptionOption, ) -> Result<Locate, <Locate as TryFrom<CoverageSpecOrOptionOption>>::Error>

Performs the conversion.
Source§

impl TryFrom<CoverageSpecOrOptionSpec> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CoverageSpecOrOptionSpec, ) -> Result<Locate, <Locate as TryFrom<CoverageSpecOrOptionSpec>>::Error>

Performs the conversion.
Source§

impl TryFrom<CovergroupDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CovergroupDeclaration, ) -> Result<Locate, <Locate as TryFrom<CovergroupDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<CovergroupExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CovergroupExpression, ) -> Result<Locate, <Locate as TryFrom<CovergroupExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<CovergroupIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CovergroupIdentifier, ) -> Result<Locate, <Locate as TryFrom<CovergroupIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<CovergroupRangeList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CovergroupRangeList, ) -> Result<Locate, <Locate as TryFrom<CovergroupRangeList>>::Error>

Performs the conversion.
Source§

impl TryFrom<CovergroupValueRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CovergroupValueRange, ) -> Result<Locate, <Locate as TryFrom<CovergroupValueRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<CovergroupValueRangeBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CovergroupValueRangeBinary, ) -> Result<Locate, <Locate as TryFrom<CovergroupValueRangeBinary>>::Error>

Performs the conversion.
Source§

impl TryFrom<CovergroupVariableIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CovergroupVariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<CovergroupVariableIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<CrossBody> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CrossBody, ) -> Result<Locate, <Locate as TryFrom<CrossBody>>::Error>

Performs the conversion.
Source§

impl TryFrom<CrossBodyItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CrossBodyItem, ) -> Result<Locate, <Locate as TryFrom<CrossBodyItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<CrossBodyNonEmpty> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CrossBodyNonEmpty, ) -> Result<Locate, <Locate as TryFrom<CrossBodyNonEmpty>>::Error>

Performs the conversion.
Source§

impl TryFrom<CrossIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CrossIdentifier, ) -> Result<Locate, <Locate as TryFrom<CrossIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<CrossItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CrossItem, ) -> Result<Locate, <Locate as TryFrom<CrossItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<CrossSetExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CrossSetExpression, ) -> Result<Locate, <Locate as TryFrom<CrossSetExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<CurrentState> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CurrentState, ) -> Result<Locate, <Locate as TryFrom<CurrentState>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelay> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelay, ) -> Result<Locate, <Locate as TryFrom<CycleDelay>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayConstRangeExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayConstRangeExpression, ) -> Result<Locate, <Locate as TryFrom<CycleDelayConstRangeExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayConstRangeExpressionBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayConstRangeExpressionBinary, ) -> Result<Locate, <Locate as TryFrom<CycleDelayConstRangeExpressionBinary>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayConstRangeExpressionDollar> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayConstRangeExpressionDollar, ) -> Result<Locate, <Locate as TryFrom<CycleDelayConstRangeExpressionDollar>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayExpression, ) -> Result<Locate, <Locate as TryFrom<CycleDelayExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayIdentifier, ) -> Result<Locate, <Locate as TryFrom<CycleDelayIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayIntegral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayIntegral, ) -> Result<Locate, <Locate as TryFrom<CycleDelayIntegral>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayRange, ) -> Result<Locate, <Locate as TryFrom<CycleDelayRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayRangeAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayRangeAsterisk, ) -> Result<Locate, <Locate as TryFrom<CycleDelayRangeAsterisk>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayRangeExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayRangeExpression, ) -> Result<Locate, <Locate as TryFrom<CycleDelayRangeExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayRangePlus> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayRangePlus, ) -> Result<Locate, <Locate as TryFrom<CycleDelayRangePlus>>::Error>

Performs the conversion.
Source§

impl TryFrom<CycleDelayRangePrimary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: CycleDelayRangePrimary, ) -> Result<Locate, <Locate as TryFrom<CycleDelayRangePrimary>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataDeclaration, ) -> Result<Locate, <Locate as TryFrom<DataDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataDeclarationVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataDeclarationVariable, ) -> Result<Locate, <Locate as TryFrom<DataDeclarationVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataEvent, ) -> Result<Locate, <Locate as TryFrom<DataEvent>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataSourceExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataSourceExpression, ) -> Result<Locate, <Locate as TryFrom<DataSourceExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: DataType) -> Result<Locate, <Locate as TryFrom<DataType>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataTypeAtom> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataTypeAtom, ) -> Result<Locate, <Locate as TryFrom<DataTypeAtom>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataTypeEnum> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataTypeEnum, ) -> Result<Locate, <Locate as TryFrom<DataTypeEnum>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataTypeOrImplicit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataTypeOrImplicit, ) -> Result<Locate, <Locate as TryFrom<DataTypeOrImplicit>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataTypeOrVoid> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataTypeOrVoid, ) -> Result<Locate, <Locate as TryFrom<DataTypeOrVoid>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataTypeStructUnion> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataTypeStructUnion, ) -> Result<Locate, <Locate as TryFrom<DataTypeStructUnion>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataTypeType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataTypeType, ) -> Result<Locate, <Locate as TryFrom<DataTypeType>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataTypeVector> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataTypeVector, ) -> Result<Locate, <Locate as TryFrom<DataTypeVector>>::Error>

Performs the conversion.
Source§

impl TryFrom<DataTypeVirtual> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DataTypeVirtual, ) -> Result<Locate, <Locate as TryFrom<DataTypeVirtual>>::Error>

Performs the conversion.
Source§

impl TryFrom<DecimalBase> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DecimalBase, ) -> Result<Locate, <Locate as TryFrom<DecimalBase>>::Error>

Performs the conversion.
Source§

impl TryFrom<DecimalNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DecimalNumber, ) -> Result<Locate, <Locate as TryFrom<DecimalNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<DecimalNumberBaseUnsigned> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DecimalNumberBaseUnsigned, ) -> Result<Locate, <Locate as TryFrom<DecimalNumberBaseUnsigned>>::Error>

Performs the conversion.
Source§

impl TryFrom<DecimalNumberBaseXNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DecimalNumberBaseXNumber, ) -> Result<Locate, <Locate as TryFrom<DecimalNumberBaseXNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<DecimalNumberBaseZNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DecimalNumberBaseZNumber, ) -> Result<Locate, <Locate as TryFrom<DecimalNumberBaseZNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<Default> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Default) -> Result<Locate, <Locate as TryFrom<Default>>::Error>

Performs the conversion.
Source§

impl TryFrom<DefaultClause> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DefaultClause, ) -> Result<Locate, <Locate as TryFrom<DefaultClause>>::Error>

Performs the conversion.
Source§

impl TryFrom<DefaultNettypeCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DefaultNettypeCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<DefaultNettypeCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<DefaultNettypeValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DefaultNettypeValue, ) -> Result<Locate, <Locate as TryFrom<DefaultNettypeValue>>::Error>

Performs the conversion.
Source§

impl TryFrom<DefaultSkew> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DefaultSkew, ) -> Result<Locate, <Locate as TryFrom<DefaultSkew>>::Error>

Performs the conversion.
Source§

impl TryFrom<DefaultSkewInput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DefaultSkewInput, ) -> Result<Locate, <Locate as TryFrom<DefaultSkewInput>>::Error>

Performs the conversion.
Source§

impl TryFrom<DefaultSkewInputOutput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DefaultSkewInputOutput, ) -> Result<Locate, <Locate as TryFrom<DefaultSkewInputOutput>>::Error>

Performs the conversion.
Source§

impl TryFrom<DefaultSkewOutput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DefaultSkewOutput, ) -> Result<Locate, <Locate as TryFrom<DefaultSkewOutput>>::Error>

Performs the conversion.
Source§

impl TryFrom<DefaultText> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DefaultText, ) -> Result<Locate, <Locate as TryFrom<DefaultText>>::Error>

Performs the conversion.
Source§

impl TryFrom<DeferredImmediateAssertStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DeferredImmediateAssertStatement, ) -> Result<Locate, <Locate as TryFrom<DeferredImmediateAssertStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<DeferredImmediateAssertionItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DeferredImmediateAssertionItem, ) -> Result<Locate, <Locate as TryFrom<DeferredImmediateAssertionItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<DeferredImmediateAssertionStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DeferredImmediateAssertionStatement, ) -> Result<Locate, <Locate as TryFrom<DeferredImmediateAssertionStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<DeferredImmediateAssumeStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DeferredImmediateAssumeStatement, ) -> Result<Locate, <Locate as TryFrom<DeferredImmediateAssumeStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<DeferredImmediateCoverStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DeferredImmediateCoverStatement, ) -> Result<Locate, <Locate as TryFrom<DeferredImmediateCoverStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<DefparamAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DefparamAssignment, ) -> Result<Locate, <Locate as TryFrom<DefparamAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<Delay2> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Delay2) -> Result<Locate, <Locate as TryFrom<Delay2>>::Error>

Performs the conversion.
Source§

impl TryFrom<Delay2Mintypmax> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Delay2Mintypmax, ) -> Result<Locate, <Locate as TryFrom<Delay2Mintypmax>>::Error>

Performs the conversion.
Source§

impl TryFrom<Delay2Single> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Delay2Single, ) -> Result<Locate, <Locate as TryFrom<Delay2Single>>::Error>

Performs the conversion.
Source§

impl TryFrom<Delay3> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Delay3) -> Result<Locate, <Locate as TryFrom<Delay3>>::Error>

Performs the conversion.
Source§

impl TryFrom<Delay3Mintypmax> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Delay3Mintypmax, ) -> Result<Locate, <Locate as TryFrom<Delay3Mintypmax>>::Error>

Performs the conversion.
Source§

impl TryFrom<Delay3Single> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Delay3Single, ) -> Result<Locate, <Locate as TryFrom<Delay3Single>>::Error>

Performs the conversion.
Source§

impl TryFrom<DelayControl> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DelayControl, ) -> Result<Locate, <Locate as TryFrom<DelayControl>>::Error>

Performs the conversion.
Source§

impl TryFrom<DelayControlDelay> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DelayControlDelay, ) -> Result<Locate, <Locate as TryFrom<DelayControlDelay>>::Error>

Performs the conversion.
Source§

impl TryFrom<DelayControlMintypmax> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DelayControlMintypmax, ) -> Result<Locate, <Locate as TryFrom<DelayControlMintypmax>>::Error>

Performs the conversion.
Source§

impl TryFrom<DelayOrEventControl> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DelayOrEventControl, ) -> Result<Locate, <Locate as TryFrom<DelayOrEventControl>>::Error>

Performs the conversion.
Source§

impl TryFrom<DelayOrEventControlRepeat> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DelayOrEventControlRepeat, ) -> Result<Locate, <Locate as TryFrom<DelayOrEventControlRepeat>>::Error>

Performs the conversion.
Source§

impl TryFrom<DelayValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DelayValue, ) -> Result<Locate, <Locate as TryFrom<DelayValue>>::Error>

Performs the conversion.
Source§

impl TryFrom<DelayedData> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DelayedData, ) -> Result<Locate, <Locate as TryFrom<DelayedData>>::Error>

Performs the conversion.
Source§

impl TryFrom<DelayedDataWithMintypmax> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DelayedDataWithMintypmax, ) -> Result<Locate, <Locate as TryFrom<DelayedDataWithMintypmax>>::Error>

Performs the conversion.
Source§

impl TryFrom<DelayedReference> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DelayedReference, ) -> Result<Locate, <Locate as TryFrom<DelayedReference>>::Error>

Performs the conversion.
Source§

impl TryFrom<DelayedReferenceWithMintypmax> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DelayedReferenceWithMintypmax, ) -> Result<Locate, <Locate as TryFrom<DelayedReferenceWithMintypmax>>::Error>

Performs the conversion.
Source§

impl TryFrom<Description> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Description, ) -> Result<Locate, <Locate as TryFrom<Description>>::Error>

Performs the conversion.
Source§

impl TryFrom<DescriptionBindDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DescriptionBindDirective, ) -> Result<Locate, <Locate as TryFrom<DescriptionBindDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<DescriptionPackageItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DescriptionPackageItem, ) -> Result<Locate, <Locate as TryFrom<DescriptionPackageItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<DesignStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DesignStatement, ) -> Result<Locate, <Locate as TryFrom<DesignStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<DisableStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DisableStatement, ) -> Result<Locate, <Locate as TryFrom<DisableStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<DisableStatementBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DisableStatementBlock, ) -> Result<Locate, <Locate as TryFrom<DisableStatementBlock>>::Error>

Performs the conversion.
Source§

impl TryFrom<DisableStatementFork> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DisableStatementFork, ) -> Result<Locate, <Locate as TryFrom<DisableStatementFork>>::Error>

Performs the conversion.
Source§

impl TryFrom<DisableStatementTask> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DisableStatementTask, ) -> Result<Locate, <Locate as TryFrom<DisableStatementTask>>::Error>

Performs the conversion.
Source§

impl TryFrom<DistItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: DistItem) -> Result<Locate, <Locate as TryFrom<DistItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<DistList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: DistList) -> Result<Locate, <Locate as TryFrom<DistList>>::Error>

Performs the conversion.
Source§

impl TryFrom<DistWeight> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DistWeight, ) -> Result<Locate, <Locate as TryFrom<DistWeight>>::Error>

Performs the conversion.
Source§

impl TryFrom<DistWeightDivide> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DistWeightDivide, ) -> Result<Locate, <Locate as TryFrom<DistWeightDivide>>::Error>

Performs the conversion.
Source§

impl TryFrom<DistWeightEqual> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DistWeightEqual, ) -> Result<Locate, <Locate as TryFrom<DistWeightEqual>>::Error>

Performs the conversion.
Source§

impl TryFrom<DpiFunctionImportProperty> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DpiFunctionImportProperty, ) -> Result<Locate, <Locate as TryFrom<DpiFunctionImportProperty>>::Error>

Performs the conversion.
Source§

impl TryFrom<DpiFunctionProto> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DpiFunctionProto, ) -> Result<Locate, <Locate as TryFrom<DpiFunctionProto>>::Error>

Performs the conversion.
Source§

impl TryFrom<DpiImportExport> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DpiImportExport, ) -> Result<Locate, <Locate as TryFrom<DpiImportExport>>::Error>

Performs the conversion.
Source§

impl TryFrom<DpiImportExportExportFunction> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DpiImportExportExportFunction, ) -> Result<Locate, <Locate as TryFrom<DpiImportExportExportFunction>>::Error>

Performs the conversion.
Source§

impl TryFrom<DpiImportExportExportTask> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DpiImportExportExportTask, ) -> Result<Locate, <Locate as TryFrom<DpiImportExportExportTask>>::Error>

Performs the conversion.
Source§

impl TryFrom<DpiImportExportImportFunction> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DpiImportExportImportFunction, ) -> Result<Locate, <Locate as TryFrom<DpiImportExportImportFunction>>::Error>

Performs the conversion.
Source§

impl TryFrom<DpiImportExportImportTask> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DpiImportExportImportTask, ) -> Result<Locate, <Locate as TryFrom<DpiImportExportImportTask>>::Error>

Performs the conversion.
Source§

impl TryFrom<DpiSpecString> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DpiSpecString, ) -> Result<Locate, <Locate as TryFrom<DpiSpecString>>::Error>

Performs the conversion.
Source§

impl TryFrom<DpiTaskImportProperty> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DpiTaskImportProperty, ) -> Result<Locate, <Locate as TryFrom<DpiTaskImportProperty>>::Error>

Performs the conversion.
Source§

impl TryFrom<DpiTaskProto> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DpiTaskProto, ) -> Result<Locate, <Locate as TryFrom<DpiTaskProto>>::Error>

Performs the conversion.
Source§

impl TryFrom<DriveStrength> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DriveStrength, ) -> Result<Locate, <Locate as TryFrom<DriveStrength>>::Error>

Performs the conversion.
Source§

impl TryFrom<DriveStrength01> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DriveStrength01, ) -> Result<Locate, <Locate as TryFrom<DriveStrength01>>::Error>

Performs the conversion.
Source§

impl TryFrom<DriveStrength0z> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DriveStrength0z, ) -> Result<Locate, <Locate as TryFrom<DriveStrength0z>>::Error>

Performs the conversion.
Source§

impl TryFrom<DriveStrength10> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DriveStrength10, ) -> Result<Locate, <Locate as TryFrom<DriveStrength10>>::Error>

Performs the conversion.
Source§

impl TryFrom<DriveStrength1z> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DriveStrength1z, ) -> Result<Locate, <Locate as TryFrom<DriveStrength1z>>::Error>

Performs the conversion.
Source§

impl TryFrom<DriveStrengthz0> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DriveStrengthz0, ) -> Result<Locate, <Locate as TryFrom<DriveStrengthz0>>::Error>

Performs the conversion.
Source§

impl TryFrom<DriveStrengthz1> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DriveStrengthz1, ) -> Result<Locate, <Locate as TryFrom<DriveStrengthz1>>::Error>

Performs the conversion.
Source§

impl TryFrom<DynamicArrayNew> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DynamicArrayNew, ) -> Result<Locate, <Locate as TryFrom<DynamicArrayNew>>::Error>

Performs the conversion.
Source§

impl TryFrom<DynamicArrayVariableIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: DynamicArrayVariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<DynamicArrayVariableIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<EdgeControlSpecifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EdgeControlSpecifier, ) -> Result<Locate, <Locate as TryFrom<EdgeControlSpecifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<EdgeDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EdgeDescriptor, ) -> Result<Locate, <Locate as TryFrom<EdgeDescriptor>>::Error>

Performs the conversion.
Source§

impl TryFrom<EdgeIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EdgeIdentifier, ) -> Result<Locate, <Locate as TryFrom<EdgeIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<EdgeIndicator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EdgeIndicator, ) -> Result<Locate, <Locate as TryFrom<EdgeIndicator>>::Error>

Performs the conversion.
Source§

impl TryFrom<EdgeIndicatorParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EdgeIndicatorParen, ) -> Result<Locate, <Locate as TryFrom<EdgeIndicatorParen>>::Error>

Performs the conversion.
Source§

impl TryFrom<EdgeInputList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EdgeInputList, ) -> Result<Locate, <Locate as TryFrom<EdgeInputList>>::Error>

Performs the conversion.
Source§

impl TryFrom<EdgeSensitivePathDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EdgeSensitivePathDeclaration, ) -> Result<Locate, <Locate as TryFrom<EdgeSensitivePathDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<EdgeSensitivePathDeclarationFull> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EdgeSensitivePathDeclarationFull, ) -> Result<Locate, <Locate as TryFrom<EdgeSensitivePathDeclarationFull>>::Error>

Performs the conversion.
Source§

impl TryFrom<EdgeSensitivePathDeclarationParallel> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EdgeSensitivePathDeclarationParallel, ) -> Result<Locate, <Locate as TryFrom<EdgeSensitivePathDeclarationParallel>>::Error>

Performs the conversion.
Source§

impl TryFrom<EdgeSymbol> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EdgeSymbol, ) -> Result<Locate, <Locate as TryFrom<EdgeSymbol>>::Error>

Performs the conversion.
Source§

impl TryFrom<ElaborationSystemTask> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ElaborationSystemTask, ) -> Result<Locate, <Locate as TryFrom<ElaborationSystemTask>>::Error>

Performs the conversion.
Source§

impl TryFrom<ElaborationSystemTaskError> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ElaborationSystemTaskError, ) -> Result<Locate, <Locate as TryFrom<ElaborationSystemTaskError>>::Error>

Performs the conversion.
Source§

impl TryFrom<ElaborationSystemTaskFatal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ElaborationSystemTaskFatal, ) -> Result<Locate, <Locate as TryFrom<ElaborationSystemTaskFatal>>::Error>

Performs the conversion.
Source§

impl TryFrom<ElaborationSystemTaskInfo> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ElaborationSystemTaskInfo, ) -> Result<Locate, <Locate as TryFrom<ElaborationSystemTaskInfo>>::Error>

Performs the conversion.
Source§

impl TryFrom<ElaborationSystemTaskWarning> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ElaborationSystemTaskWarning, ) -> Result<Locate, <Locate as TryFrom<ElaborationSystemTaskWarning>>::Error>

Performs the conversion.
Source§

impl TryFrom<ElseGroupOfLines> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ElseGroupOfLines, ) -> Result<Locate, <Locate as TryFrom<ElseGroupOfLines>>::Error>

Performs the conversion.
Source§

impl TryFrom<ElsifGroupOfLines> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ElsifGroupOfLines, ) -> Result<Locate, <Locate as TryFrom<ElsifGroupOfLines>>::Error>

Performs the conversion.
Source§

impl TryFrom<EmptyUnpackedArrayConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EmptyUnpackedArrayConcatenation, ) -> Result<Locate, <Locate as TryFrom<EmptyUnpackedArrayConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<EnableGateInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EnableGateInstance, ) -> Result<Locate, <Locate as TryFrom<EnableGateInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<EnableGatetype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EnableGatetype, ) -> Result<Locate, <Locate as TryFrom<EnableGatetype>>::Error>

Performs the conversion.
Source§

impl TryFrom<EnableTerminal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EnableTerminal, ) -> Result<Locate, <Locate as TryFrom<EnableTerminal>>::Error>

Performs the conversion.
Source§

impl TryFrom<EndEdgeOffset> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EndEdgeOffset, ) -> Result<Locate, <Locate as TryFrom<EndEdgeOffset>>::Error>

Performs the conversion.
Source§

impl TryFrom<EndcelldefineDriveCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EndcelldefineDriveCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<EndcelldefineDriveCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<EndkeywordsDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EndkeywordsDirective, ) -> Result<Locate, <Locate as TryFrom<EndkeywordsDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<EnumBaseType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EnumBaseType, ) -> Result<Locate, <Locate as TryFrom<EnumBaseType>>::Error>

Performs the conversion.
Source§

impl TryFrom<EnumBaseTypeAtom> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EnumBaseTypeAtom, ) -> Result<Locate, <Locate as TryFrom<EnumBaseTypeAtom>>::Error>

Performs the conversion.
Source§

impl TryFrom<EnumBaseTypeType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EnumBaseTypeType, ) -> Result<Locate, <Locate as TryFrom<EnumBaseTypeType>>::Error>

Performs the conversion.
Source§

impl TryFrom<EnumBaseTypeVector> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EnumBaseTypeVector, ) -> Result<Locate, <Locate as TryFrom<EnumBaseTypeVector>>::Error>

Performs the conversion.
Source§

impl TryFrom<EnumIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EnumIdentifier, ) -> Result<Locate, <Locate as TryFrom<EnumIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<EnumNameDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EnumNameDeclaration, ) -> Result<Locate, <Locate as TryFrom<EnumNameDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ErrorLimitValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ErrorLimitValue, ) -> Result<Locate, <Locate as TryFrom<ErrorLimitValue>>::Error>

Performs the conversion.
Source§

impl TryFrom<EscapedIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EscapedIdentifier, ) -> Result<Locate, <Locate as TryFrom<EscapedIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventBasedFlag> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventBasedFlag, ) -> Result<Locate, <Locate as TryFrom<EventBasedFlag>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventControl> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventControl, ) -> Result<Locate, <Locate as TryFrom<EventControl>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventControlAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventControlAsterisk, ) -> Result<Locate, <Locate as TryFrom<EventControlAsterisk>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventControlEventExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventControlEventExpression, ) -> Result<Locate, <Locate as TryFrom<EventControlEventExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventControlEventIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventControlEventIdentifier, ) -> Result<Locate, <Locate as TryFrom<EventControlEventIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventControlParenAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventControlParenAsterisk, ) -> Result<Locate, <Locate as TryFrom<EventControlParenAsterisk>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventControlSequenceIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventControlSequenceIdentifier, ) -> Result<Locate, <Locate as TryFrom<EventControlSequenceIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventExpression, ) -> Result<Locate, <Locate as TryFrom<EventExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventExpressionComma> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventExpressionComma, ) -> Result<Locate, <Locate as TryFrom<EventExpressionComma>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventExpressionExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventExpressionExpression, ) -> Result<Locate, <Locate as TryFrom<EventExpressionExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventExpressionOr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventExpressionOr, ) -> Result<Locate, <Locate as TryFrom<EventExpressionOr>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventExpressionParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventExpressionParen, ) -> Result<Locate, <Locate as TryFrom<EventExpressionParen>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventExpressionSequence> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventExpressionSequence, ) -> Result<Locate, <Locate as TryFrom<EventExpressionSequence>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventTrigger> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventTrigger, ) -> Result<Locate, <Locate as TryFrom<EventTrigger>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventTriggerNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventTriggerNamed, ) -> Result<Locate, <Locate as TryFrom<EventTriggerNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<EventTriggerNonblocking> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: EventTriggerNonblocking, ) -> Result<Locate, <Locate as TryFrom<EventTriggerNonblocking>>::Error>

Performs the conversion.
Source§

impl TryFrom<Exp> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Exp) -> Result<Locate, <Locate as TryFrom<Exp>>::Error>

Performs the conversion.
Source§

impl TryFrom<ExpectPropertyStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ExpectPropertyStatement, ) -> Result<Locate, <Locate as TryFrom<ExpectPropertyStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<Expression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Expression, ) -> Result<Locate, <Locate as TryFrom<Expression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ExpressionBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ExpressionBinary, ) -> Result<Locate, <Locate as TryFrom<ExpressionBinary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ExpressionOperatorAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ExpressionOperatorAssignment, ) -> Result<Locate, <Locate as TryFrom<ExpressionOperatorAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<ExpressionOrCondPattern> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ExpressionOrCondPattern, ) -> Result<Locate, <Locate as TryFrom<ExpressionOrCondPattern>>::Error>

Performs the conversion.
Source§

impl TryFrom<ExpressionOrDist> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ExpressionOrDist, ) -> Result<Locate, <Locate as TryFrom<ExpressionOrDist>>::Error>

Performs the conversion.
Source§

impl TryFrom<ExpressionUnary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ExpressionUnary, ) -> Result<Locate, <Locate as TryFrom<ExpressionUnary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ExternConstraintDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ExternConstraintDeclaration, ) -> Result<Locate, <Locate as TryFrom<ExternConstraintDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ExternTfDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ExternTfDeclaration, ) -> Result<Locate, <Locate as TryFrom<ExternTfDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ExternTfDeclarationMethod> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ExternTfDeclarationMethod, ) -> Result<Locate, <Locate as TryFrom<ExternTfDeclarationMethod>>::Error>

Performs the conversion.
Source§

impl TryFrom<ExternTfDeclarationTask> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ExternTfDeclarationTask, ) -> Result<Locate, <Locate as TryFrom<ExternTfDeclarationTask>>::Error>

Performs the conversion.
Source§

impl TryFrom<FilePathSpec> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FilePathSpec, ) -> Result<Locate, <Locate as TryFrom<FilePathSpec>>::Error>

Performs the conversion.
Source§

impl TryFrom<FilePathSpecNonLiteral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FilePathSpecNonLiteral, ) -> Result<Locate, <Locate as TryFrom<FilePathSpecNonLiteral>>::Error>

Performs the conversion.
Source§

impl TryFrom<FinalConstruct> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FinalConstruct, ) -> Result<Locate, <Locate as TryFrom<FinalConstruct>>::Error>

Performs the conversion.
Source§

impl TryFrom<FinishNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FinishNumber, ) -> Result<Locate, <Locate as TryFrom<FinishNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<FixedPointNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FixedPointNumber, ) -> Result<Locate, <Locate as TryFrom<FixedPointNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<ForInitialization> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ForInitialization, ) -> Result<Locate, <Locate as TryFrom<ForInitialization>>::Error>

Performs the conversion.
Source§

impl TryFrom<ForInitializationDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ForInitializationDeclaration, ) -> Result<Locate, <Locate as TryFrom<ForInitializationDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ForStep> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: ForStep) -> Result<Locate, <Locate as TryFrom<ForStep>>::Error>

Performs the conversion.
Source§

impl TryFrom<ForStepAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ForStepAssignment, ) -> Result<Locate, <Locate as TryFrom<ForStepAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<ForVariableDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ForVariableDeclaration, ) -> Result<Locate, <Locate as TryFrom<ForVariableDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<FormalArgument> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FormalArgument, ) -> Result<Locate, <Locate as TryFrom<FormalArgument>>::Error>

Performs the conversion.
Source§

impl TryFrom<FormalIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FormalIdentifier, ) -> Result<Locate, <Locate as TryFrom<FormalIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<FormalPortIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FormalPortIdentifier, ) -> Result<Locate, <Locate as TryFrom<FormalPortIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<FullEdgeSensitivePathDescription> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FullEdgeSensitivePathDescription, ) -> Result<Locate, <Locate as TryFrom<FullEdgeSensitivePathDescription>>::Error>

Performs the conversion.
Source§

impl TryFrom<FullPathDescription> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FullPathDescription, ) -> Result<Locate, <Locate as TryFrom<FullPathDescription>>::Error>

Performs the conversion.
Source§

impl TryFrom<FullskewTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FullskewTimingCheck, ) -> Result<Locate, <Locate as TryFrom<FullskewTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionBodyDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionBodyDeclaration, ) -> Result<Locate, <Locate as TryFrom<FunctionBodyDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionBodyDeclarationWithPort> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionBodyDeclarationWithPort, ) -> Result<Locate, <Locate as TryFrom<FunctionBodyDeclarationWithPort>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionBodyDeclarationWithoutPort> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionBodyDeclarationWithoutPort, ) -> Result<Locate, <Locate as TryFrom<FunctionBodyDeclarationWithoutPort>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionDataTypeOrImplicit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionDataTypeOrImplicit, ) -> Result<Locate, <Locate as TryFrom<FunctionDataTypeOrImplicit>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionDeclaration, ) -> Result<Locate, <Locate as TryFrom<FunctionDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionIdentifier, ) -> Result<Locate, <Locate as TryFrom<FunctionIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionPrototype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionPrototype, ) -> Result<Locate, <Locate as TryFrom<FunctionPrototype>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionStatement, ) -> Result<Locate, <Locate as TryFrom<FunctionStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionStatementOrNull> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionStatementOrNull, ) -> Result<Locate, <Locate as TryFrom<FunctionStatementOrNull>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionStatementOrNullAttribute> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionStatementOrNullAttribute, ) -> Result<Locate, <Locate as TryFrom<FunctionStatementOrNullAttribute>>::Error>

Performs the conversion.
Source§

impl TryFrom<FunctionSubroutineCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: FunctionSubroutineCall, ) -> Result<Locate, <Locate as TryFrom<FunctionSubroutineCall>>::Error>

Performs the conversion.
Source§

impl TryFrom<GateInstantiation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GateInstantiation, ) -> Result<Locate, <Locate as TryFrom<GateInstantiation>>::Error>

Performs the conversion.
Source§

impl TryFrom<GateInstantiationCmos> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GateInstantiationCmos, ) -> Result<Locate, <Locate as TryFrom<GateInstantiationCmos>>::Error>

Performs the conversion.
Source§

impl TryFrom<GateInstantiationEnable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GateInstantiationEnable, ) -> Result<Locate, <Locate as TryFrom<GateInstantiationEnable>>::Error>

Performs the conversion.
Source§

impl TryFrom<GateInstantiationMos> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GateInstantiationMos, ) -> Result<Locate, <Locate as TryFrom<GateInstantiationMos>>::Error>

Performs the conversion.
Source§

impl TryFrom<GateInstantiationNInput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GateInstantiationNInput, ) -> Result<Locate, <Locate as TryFrom<GateInstantiationNInput>>::Error>

Performs the conversion.
Source§

impl TryFrom<GateInstantiationNOutput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GateInstantiationNOutput, ) -> Result<Locate, <Locate as TryFrom<GateInstantiationNOutput>>::Error>

Performs the conversion.
Source§

impl TryFrom<GateInstantiationPass> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GateInstantiationPass, ) -> Result<Locate, <Locate as TryFrom<GateInstantiationPass>>::Error>

Performs the conversion.
Source§

impl TryFrom<GateInstantiationPassEn> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GateInstantiationPassEn, ) -> Result<Locate, <Locate as TryFrom<GateInstantiationPassEn>>::Error>

Performs the conversion.
Source§

impl TryFrom<GateInstantiationPulldown> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GateInstantiationPulldown, ) -> Result<Locate, <Locate as TryFrom<GateInstantiationPulldown>>::Error>

Performs the conversion.
Source§

impl TryFrom<GateInstantiationPullup> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GateInstantiationPullup, ) -> Result<Locate, <Locate as TryFrom<GateInstantiationPullup>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenerateBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenerateBlock, ) -> Result<Locate, <Locate as TryFrom<GenerateBlock>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenerateBlockIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenerateBlockIdentifier, ) -> Result<Locate, <Locate as TryFrom<GenerateBlockIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenerateBlockMultiple> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenerateBlockMultiple, ) -> Result<Locate, <Locate as TryFrom<GenerateBlockMultiple>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenerateItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenerateItem, ) -> Result<Locate, <Locate as TryFrom<GenerateItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenerateRegion> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenerateRegion, ) -> Result<Locate, <Locate as TryFrom<GenerateRegion>>::Error>

Performs the conversion.
Source§

impl TryFrom<Genvar> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Genvar) -> Result<Locate, <Locate as TryFrom<Genvar>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenvarDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenvarDeclaration, ) -> Result<Locate, <Locate as TryFrom<GenvarDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenvarExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenvarExpression, ) -> Result<Locate, <Locate as TryFrom<GenvarExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenvarIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenvarIdentifier, ) -> Result<Locate, <Locate as TryFrom<GenvarIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenvarInitialization> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenvarInitialization, ) -> Result<Locate, <Locate as TryFrom<GenvarInitialization>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenvarIteration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenvarIteration, ) -> Result<Locate, <Locate as TryFrom<GenvarIteration>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenvarIterationAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenvarIterationAssignment, ) -> Result<Locate, <Locate as TryFrom<GenvarIterationAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenvarIterationPrefix> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenvarIterationPrefix, ) -> Result<Locate, <Locate as TryFrom<GenvarIterationPrefix>>::Error>

Performs the conversion.
Source§

impl TryFrom<GenvarIterationSuffix> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GenvarIterationSuffix, ) -> Result<Locate, <Locate as TryFrom<GenvarIterationSuffix>>::Error>

Performs the conversion.
Source§

impl TryFrom<GotoRepetition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: GotoRepetition, ) -> Result<Locate, <Locate as TryFrom<GotoRepetition>>::Error>

Performs the conversion.
Source§

impl TryFrom<HexBase> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: HexBase) -> Result<Locate, <Locate as TryFrom<HexBase>>::Error>

Performs the conversion.
Source§

impl TryFrom<HexNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HexNumber, ) -> Result<Locate, <Locate as TryFrom<HexNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<HexValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: HexValue) -> Result<Locate, <Locate as TryFrom<HexValue>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalArrayIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalArrayIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalArrayIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalBlockIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalBlockIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalBlockIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalBtfIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalBtfIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalBtfIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalBtfIdentifierMethod> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalBtfIdentifierMethod, ) -> Result<Locate, <Locate as TryFrom<HierarchicalBtfIdentifierMethod>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalEventIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalEventIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalEventIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalIdentifierOrClassScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalIdentifierOrClassScope, ) -> Result<Locate, <Locate as TryFrom<HierarchicalIdentifierOrClassScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalInstance, ) -> Result<Locate, <Locate as TryFrom<HierarchicalInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalNetIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalNetIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalNetIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalParameterIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalParameterIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalParameterIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalPropertyIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalPropertyIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalPropertyIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalSequenceIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalSequenceIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalSequenceIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalTaskIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalTaskIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalTaskIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalTfIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalTfIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalTfIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HierarchicalVariableIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HierarchicalVariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<HierarchicalVariableIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<HoldTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: HoldTimingCheck, ) -> Result<Locate, <Locate as TryFrom<HoldTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<Identifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Identifier, ) -> Result<Locate, <Locate as TryFrom<Identifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<IdentifierList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IdentifierList, ) -> Result<Locate, <Locate as TryFrom<IdentifierList>>::Error>

Performs the conversion.
Source§

impl TryFrom<IfGenerateConstruct> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IfGenerateConstruct, ) -> Result<Locate, <Locate as TryFrom<IfGenerateConstruct>>::Error>

Performs the conversion.
Source§

impl TryFrom<IfdefDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IfdefDirective, ) -> Result<Locate, <Locate as TryFrom<IfdefDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<IfdefGroupOfLines> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IfdefGroupOfLines, ) -> Result<Locate, <Locate as TryFrom<IfdefGroupOfLines>>::Error>

Performs the conversion.
Source§

impl TryFrom<IfndefDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IfndefDirective, ) -> Result<Locate, <Locate as TryFrom<IfndefDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<IfndefGroupOfLines> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IfndefGroupOfLines, ) -> Result<Locate, <Locate as TryFrom<IfndefGroupOfLines>>::Error>

Performs the conversion.
Source§

impl TryFrom<ImmediateAssertionStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ImmediateAssertionStatement, ) -> Result<Locate, <Locate as TryFrom<ImmediateAssertionStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<ImplicitClassHandle> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ImplicitClassHandle, ) -> Result<Locate, <Locate as TryFrom<ImplicitClassHandle>>::Error>

Performs the conversion.
Source§

impl TryFrom<ImplicitClassHandleOrClassScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ImplicitClassHandleOrClassScope, ) -> Result<Locate, <Locate as TryFrom<ImplicitClassHandleOrClassScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<ImplicitClassHandleOrClassScopeOrPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ImplicitClassHandleOrClassScopeOrPackageScope, ) -> Result<Locate, <Locate as TryFrom<ImplicitClassHandleOrClassScopeOrPackageScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<ImplicitClassHandleOrPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ImplicitClassHandleOrPackageScope, ) -> Result<Locate, <Locate as TryFrom<ImplicitClassHandleOrPackageScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<ImplicitDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ImplicitDataType, ) -> Result<Locate, <Locate as TryFrom<ImplicitDataType>>::Error>

Performs the conversion.
Source§

impl TryFrom<ImportExport> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ImportExport, ) -> Result<Locate, <Locate as TryFrom<ImportExport>>::Error>

Performs the conversion.
Source§

impl TryFrom<IncOrDecExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IncOrDecExpression, ) -> Result<Locate, <Locate as TryFrom<IncOrDecExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<IncOrDecExpressionPrefix> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IncOrDecExpressionPrefix, ) -> Result<Locate, <Locate as TryFrom<IncOrDecExpressionPrefix>>::Error>

Performs the conversion.
Source§

impl TryFrom<IncOrDecExpressionSuffix> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IncOrDecExpressionSuffix, ) -> Result<Locate, <Locate as TryFrom<IncOrDecExpressionSuffix>>::Error>

Performs the conversion.
Source§

impl TryFrom<IncOrDecOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IncOrDecOperator, ) -> Result<Locate, <Locate as TryFrom<IncOrDecOperator>>::Error>

Performs the conversion.
Source§

impl TryFrom<IncludeCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IncludeCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<IncludeCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<IncludeCompilerDirectiveAngleBracket> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IncludeCompilerDirectiveAngleBracket, ) -> Result<Locate, <Locate as TryFrom<IncludeCompilerDirectiveAngleBracket>>::Error>

Performs the conversion.
Source§

impl TryFrom<IncludeCompilerDirectiveDoubleQuote> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IncludeCompilerDirectiveDoubleQuote, ) -> Result<Locate, <Locate as TryFrom<IncludeCompilerDirectiveDoubleQuote>>::Error>

Performs the conversion.
Source§

impl TryFrom<IncludeCompilerDirectiveTextMacroUsage> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IncludeCompilerDirectiveTextMacroUsage, ) -> Result<Locate, <Locate as TryFrom<IncludeCompilerDirectiveTextMacroUsage>>::Error>

Performs the conversion.
Source§

impl TryFrom<IncludeStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IncludeStatement, ) -> Result<Locate, <Locate as TryFrom<IncludeStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<IndexVariableIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IndexVariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<IndexVariableIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<IndexedRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IndexedRange, ) -> Result<Locate, <Locate as TryFrom<IndexedRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<InitVal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: InitVal) -> Result<Locate, <Locate as TryFrom<InitVal>>::Error>

Performs the conversion.
Source§

impl TryFrom<InitialConstruct> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InitialConstruct, ) -> Result<Locate, <Locate as TryFrom<InitialConstruct>>::Error>

Performs the conversion.
Source§

impl TryFrom<InoutDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InoutDeclaration, ) -> Result<Locate, <Locate as TryFrom<InoutDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<InoutPortIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InoutPortIdentifier, ) -> Result<Locate, <Locate as TryFrom<InoutPortIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<InoutTerminal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InoutTerminal, ) -> Result<Locate, <Locate as TryFrom<InoutTerminal>>::Error>

Performs the conversion.
Source§

impl TryFrom<InputDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InputDeclaration, ) -> Result<Locate, <Locate as TryFrom<InputDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<InputDeclarationNet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InputDeclarationNet, ) -> Result<Locate, <Locate as TryFrom<InputDeclarationNet>>::Error>

Performs the conversion.
Source§

impl TryFrom<InputDeclarationVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InputDeclarationVariable, ) -> Result<Locate, <Locate as TryFrom<InputDeclarationVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<InputIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InputIdentifier, ) -> Result<Locate, <Locate as TryFrom<InputIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<InputIdentifierInterface> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InputIdentifierInterface, ) -> Result<Locate, <Locate as TryFrom<InputIdentifierInterface>>::Error>

Performs the conversion.
Source§

impl TryFrom<InputPortIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InputPortIdentifier, ) -> Result<Locate, <Locate as TryFrom<InputPortIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<InputTerminal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InputTerminal, ) -> Result<Locate, <Locate as TryFrom<InputTerminal>>::Error>

Performs the conversion.
Source§

impl TryFrom<InsideExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InsideExpression, ) -> Result<Locate, <Locate as TryFrom<InsideExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<InstClause> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InstClause, ) -> Result<Locate, <Locate as TryFrom<InstClause>>::Error>

Performs the conversion.
Source§

impl TryFrom<InstName> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: InstName) -> Result<Locate, <Locate as TryFrom<InstName>>::Error>

Performs the conversion.
Source§

impl TryFrom<InstanceIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InstanceIdentifier, ) -> Result<Locate, <Locate as TryFrom<InstanceIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<IntegerAtomType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IntegerAtomType, ) -> Result<Locate, <Locate as TryFrom<IntegerAtomType>>::Error>

Performs the conversion.
Source§

impl TryFrom<IntegerCovergroupExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IntegerCovergroupExpression, ) -> Result<Locate, <Locate as TryFrom<IntegerCovergroupExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<IntegerType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IntegerType, ) -> Result<Locate, <Locate as TryFrom<IntegerType>>::Error>

Performs the conversion.
Source§

impl TryFrom<IntegerVectorType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IntegerVectorType, ) -> Result<Locate, <Locate as TryFrom<IntegerVectorType>>::Error>

Performs the conversion.
Source§

impl TryFrom<IntegralNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: IntegralNumber, ) -> Result<Locate, <Locate as TryFrom<IntegralNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<Interface> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Interface, ) -> Result<Locate, <Locate as TryFrom<Interface>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceAnsiHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceAnsiHeader, ) -> Result<Locate, <Locate as TryFrom<InterfaceAnsiHeader>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceClassDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceClassDeclaration, ) -> Result<Locate, <Locate as TryFrom<InterfaceClassDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceClassItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceClassItem, ) -> Result<Locate, <Locate as TryFrom<InterfaceClassItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceClassItemMethod> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceClassItemMethod, ) -> Result<Locate, <Locate as TryFrom<InterfaceClassItemMethod>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceClassMethod> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceClassMethod, ) -> Result<Locate, <Locate as TryFrom<InterfaceClassMethod>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceClassType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceClassType, ) -> Result<Locate, <Locate as TryFrom<InterfaceClassType>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceDeclaration, ) -> Result<Locate, <Locate as TryFrom<InterfaceDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceDeclarationAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceDeclarationAnsi, ) -> Result<Locate, <Locate as TryFrom<InterfaceDeclarationAnsi>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceDeclarationExternAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceDeclarationExternAnsi, ) -> Result<Locate, <Locate as TryFrom<InterfaceDeclarationExternAnsi>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceDeclarationExternNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceDeclarationExternNonansi, ) -> Result<Locate, <Locate as TryFrom<InterfaceDeclarationExternNonansi>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceDeclarationNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceDeclarationNonansi, ) -> Result<Locate, <Locate as TryFrom<InterfaceDeclarationNonansi>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceDeclarationWildcard> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceDeclarationWildcard, ) -> Result<Locate, <Locate as TryFrom<InterfaceDeclarationWildcard>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceIdentifier, ) -> Result<Locate, <Locate as TryFrom<InterfaceIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceIdentifierOrClassScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceIdentifierOrClassScope, ) -> Result<Locate, <Locate as TryFrom<InterfaceIdentifierOrClassScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceInstanceIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceInstanceIdentifier, ) -> Result<Locate, <Locate as TryFrom<InterfaceInstanceIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceInstantiation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceInstantiation, ) -> Result<Locate, <Locate as TryFrom<InterfaceInstantiation>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceItem, ) -> Result<Locate, <Locate as TryFrom<InterfaceItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceNonansiHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceNonansiHeader, ) -> Result<Locate, <Locate as TryFrom<InterfaceNonansiHeader>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceOrGenerateItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceOrGenerateItem, ) -> Result<Locate, <Locate as TryFrom<InterfaceOrGenerateItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceOrGenerateItemExtern> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceOrGenerateItemExtern, ) -> Result<Locate, <Locate as TryFrom<InterfaceOrGenerateItemExtern>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfaceOrGenerateItemModule> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfaceOrGenerateItemModule, ) -> Result<Locate, <Locate as TryFrom<InterfaceOrGenerateItemModule>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfacePortDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfacePortDeclaration, ) -> Result<Locate, <Locate as TryFrom<InterfacePortDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfacePortHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfacePortHeader, ) -> Result<Locate, <Locate as TryFrom<InterfacePortHeader>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfacePortHeaderIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfacePortHeaderIdentifier, ) -> Result<Locate, <Locate as TryFrom<InterfacePortHeaderIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<InterfacePortHeaderInterface> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: InterfacePortHeaderInterface, ) -> Result<Locate, <Locate as TryFrom<InterfacePortHeaderInterface>>::Error>

Performs the conversion.
Source§

impl TryFrom<JoinKeyword> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: JoinKeyword, ) -> Result<Locate, <Locate as TryFrom<JoinKeyword>>::Error>

Performs the conversion.
Source§

impl TryFrom<JumpStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: JumpStatement, ) -> Result<Locate, <Locate as TryFrom<JumpStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<JumpStatementBreak> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: JumpStatementBreak, ) -> Result<Locate, <Locate as TryFrom<JumpStatementBreak>>::Error>

Performs the conversion.
Source§

impl TryFrom<JumpStatementContinue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: JumpStatementContinue, ) -> Result<Locate, <Locate as TryFrom<JumpStatementContinue>>::Error>

Performs the conversion.
Source§

impl TryFrom<JumpStatementReturn> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: JumpStatementReturn, ) -> Result<Locate, <Locate as TryFrom<JumpStatementReturn>>::Error>

Performs the conversion.
Source§

impl TryFrom<Keyword> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Keyword) -> Result<Locate, <Locate as TryFrom<Keyword>>::Error>

Performs the conversion.
Source§

impl TryFrom<KeywordsDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: KeywordsDirective, ) -> Result<Locate, <Locate as TryFrom<KeywordsDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<LetActualArg> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LetActualArg, ) -> Result<Locate, <Locate as TryFrom<LetActualArg>>::Error>

Performs the conversion.
Source§

impl TryFrom<LetDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LetDeclaration, ) -> Result<Locate, <Locate as TryFrom<LetDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<LetExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LetExpression, ) -> Result<Locate, <Locate as TryFrom<LetExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<LetFormalType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LetFormalType, ) -> Result<Locate, <Locate as TryFrom<LetFormalType>>::Error>

Performs the conversion.
Source§

impl TryFrom<LetIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LetIdentifier, ) -> Result<Locate, <Locate as TryFrom<LetIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<LetListOfArguments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LetListOfArguments, ) -> Result<Locate, <Locate as TryFrom<LetListOfArguments>>::Error>

Performs the conversion.
Source§

impl TryFrom<LetListOfArgumentsNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LetListOfArgumentsNamed, ) -> Result<Locate, <Locate as TryFrom<LetListOfArgumentsNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<LetListOfArgumentsOrdered> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LetListOfArgumentsOrdered, ) -> Result<Locate, <Locate as TryFrom<LetListOfArgumentsOrdered>>::Error>

Performs the conversion.
Source§

impl TryFrom<LetPortItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LetPortItem, ) -> Result<Locate, <Locate as TryFrom<LetPortItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<LetPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LetPortList, ) -> Result<Locate, <Locate as TryFrom<LetPortList>>::Error>

Performs the conversion.
Source§

impl TryFrom<Level> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Level) -> Result<Locate, <Locate as TryFrom<Level>>::Error>

Performs the conversion.
Source§

impl TryFrom<LevelInputList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LevelInputList, ) -> Result<Locate, <Locate as TryFrom<LevelInputList>>::Error>

Performs the conversion.
Source§

impl TryFrom<LevelSymbol> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LevelSymbol, ) -> Result<Locate, <Locate as TryFrom<LevelSymbol>>::Error>

Performs the conversion.
Source§

impl TryFrom<LiblistClause> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LiblistClause, ) -> Result<Locate, <Locate as TryFrom<LiblistClause>>::Error>

Performs the conversion.
Source§

impl TryFrom<LibraryDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LibraryDeclaration, ) -> Result<Locate, <Locate as TryFrom<LibraryDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<LibraryDescription> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LibraryDescription, ) -> Result<Locate, <Locate as TryFrom<LibraryDescription>>::Error>

Performs the conversion.
Source§

impl TryFrom<LibraryIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LibraryIdentifier, ) -> Result<Locate, <Locate as TryFrom<LibraryIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<LibraryText> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LibraryText, ) -> Result<Locate, <Locate as TryFrom<LibraryText>>::Error>

Performs the conversion.
Source§

impl TryFrom<Lifetime> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Lifetime) -> Result<Locate, <Locate as TryFrom<Lifetime>>::Error>

Performs the conversion.
Source§

impl TryFrom<LimitValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LimitValue, ) -> Result<Locate, <Locate as TryFrom<LimitValue>>::Error>

Performs the conversion.
Source§

impl TryFrom<LineCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LineCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<LineCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfActualArguments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfActualArguments, ) -> Result<Locate, <Locate as TryFrom<ListOfActualArguments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfArguments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfArguments, ) -> Result<Locate, <Locate as TryFrom<ListOfArguments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfArgumentsNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfArgumentsNamed, ) -> Result<Locate, <Locate as TryFrom<ListOfArgumentsNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfArgumentsOrdered> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfArgumentsOrdered, ) -> Result<Locate, <Locate as TryFrom<ListOfArgumentsOrdered>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfCheckerPortConnections> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfCheckerPortConnections, ) -> Result<Locate, <Locate as TryFrom<ListOfCheckerPortConnections>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfCheckerPortConnectionsNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfCheckerPortConnectionsNamed, ) -> Result<Locate, <Locate as TryFrom<ListOfCheckerPortConnectionsNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfCheckerPortConnectionsOrdered> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfCheckerPortConnectionsOrdered, ) -> Result<Locate, <Locate as TryFrom<ListOfCheckerPortConnectionsOrdered>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfClockingDeclAssign> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfClockingDeclAssign, ) -> Result<Locate, <Locate as TryFrom<ListOfClockingDeclAssign>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfCrossItems> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfCrossItems, ) -> Result<Locate, <Locate as TryFrom<ListOfCrossItems>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfDefparamAssignments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfDefparamAssignments, ) -> Result<Locate, <Locate as TryFrom<ListOfDefparamAssignments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfFormalArguments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfFormalArguments, ) -> Result<Locate, <Locate as TryFrom<ListOfFormalArguments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfGenvarIdentifiers> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfGenvarIdentifiers, ) -> Result<Locate, <Locate as TryFrom<ListOfGenvarIdentifiers>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfInterfaceIdentifiers> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfInterfaceIdentifiers, ) -> Result<Locate, <Locate as TryFrom<ListOfInterfaceIdentifiers>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfNetAssignments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfNetAssignments, ) -> Result<Locate, <Locate as TryFrom<ListOfNetAssignments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfNetDeclAssignments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfNetDeclAssignments, ) -> Result<Locate, <Locate as TryFrom<ListOfNetDeclAssignments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfParamAssignments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfParamAssignments, ) -> Result<Locate, <Locate as TryFrom<ListOfParamAssignments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfParameterAssignments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfParameterAssignments, ) -> Result<Locate, <Locate as TryFrom<ListOfParameterAssignments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfParameterAssignmentsNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfParameterAssignmentsNamed, ) -> Result<Locate, <Locate as TryFrom<ListOfParameterAssignmentsNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfParameterAssignmentsOrdered> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfParameterAssignmentsOrdered, ) -> Result<Locate, <Locate as TryFrom<ListOfParameterAssignmentsOrdered>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfPathDelayExpressions> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfPathDelayExpressions, ) -> Result<Locate, <Locate as TryFrom<ListOfPathDelayExpressions>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfPathInputs> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfPathInputs, ) -> Result<Locate, <Locate as TryFrom<ListOfPathInputs>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfPathOutputs> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfPathOutputs, ) -> Result<Locate, <Locate as TryFrom<ListOfPathOutputs>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfPortConnections> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfPortConnections, ) -> Result<Locate, <Locate as TryFrom<ListOfPortConnections>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfPortConnectionsNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfPortConnectionsNamed, ) -> Result<Locate, <Locate as TryFrom<ListOfPortConnectionsNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfPortConnectionsOrdered> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfPortConnectionsOrdered, ) -> Result<Locate, <Locate as TryFrom<ListOfPortConnectionsOrdered>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfPortDeclarations> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfPortDeclarations, ) -> Result<Locate, <Locate as TryFrom<ListOfPortDeclarations>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfPortIdentifiers> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfPortIdentifiers, ) -> Result<Locate, <Locate as TryFrom<ListOfPortIdentifiers>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfPorts> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfPorts, ) -> Result<Locate, <Locate as TryFrom<ListOfPorts>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfSpecparamAssignments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfSpecparamAssignments, ) -> Result<Locate, <Locate as TryFrom<ListOfSpecparamAssignments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfTfVariableIdentifiers> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfTfVariableIdentifiers, ) -> Result<Locate, <Locate as TryFrom<ListOfTfVariableIdentifiers>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfTypeAssignments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfTypeAssignments, ) -> Result<Locate, <Locate as TryFrom<ListOfTypeAssignments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfUdpPortIdentifiers> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfUdpPortIdentifiers, ) -> Result<Locate, <Locate as TryFrom<ListOfUdpPortIdentifiers>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfVariableAssignments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfVariableAssignments, ) -> Result<Locate, <Locate as TryFrom<ListOfVariableAssignments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfVariableDeclAssignments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfVariableDeclAssignments, ) -> Result<Locate, <Locate as TryFrom<ListOfVariableDeclAssignments>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfVariableIdentifiers> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfVariableIdentifiers, ) -> Result<Locate, <Locate as TryFrom<ListOfVariableIdentifiers>>::Error>

Performs the conversion.
Source§

impl TryFrom<ListOfVariablePortIdentifiers> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ListOfVariablePortIdentifiers, ) -> Result<Locate, <Locate as TryFrom<ListOfVariablePortIdentifiers>>::Error>

Performs the conversion.
Source§

impl TryFrom<Local> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Local) -> Result<Locate, <Locate as TryFrom<Local>>::Error>

Performs the conversion.
Source§

impl TryFrom<LocalOrPackageScopeOrClassScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LocalOrPackageScopeOrClassScope, ) -> Result<Locate, <Locate as TryFrom<LocalOrPackageScopeOrClassScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<LocalParameterDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LocalParameterDeclaration, ) -> Result<Locate, <Locate as TryFrom<LocalParameterDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<LocalParameterDeclarationParam> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LocalParameterDeclarationParam, ) -> Result<Locate, <Locate as TryFrom<LocalParameterDeclarationParam>>::Error>

Performs the conversion.
Source§

impl TryFrom<LocalParameterDeclarationType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LocalParameterDeclarationType, ) -> Result<Locate, <Locate as TryFrom<LocalParameterDeclarationType>>::Error>

Performs the conversion.
Source§

impl TryFrom<LoopGenerateConstruct> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LoopGenerateConstruct, ) -> Result<Locate, <Locate as TryFrom<LoopGenerateConstruct>>::Error>

Performs the conversion.
Source§

impl TryFrom<LoopStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LoopStatement, ) -> Result<Locate, <Locate as TryFrom<LoopStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<LoopStatementDoWhile> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LoopStatementDoWhile, ) -> Result<Locate, <Locate as TryFrom<LoopStatementDoWhile>>::Error>

Performs the conversion.
Source§

impl TryFrom<LoopStatementFor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LoopStatementFor, ) -> Result<Locate, <Locate as TryFrom<LoopStatementFor>>::Error>

Performs the conversion.
Source§

impl TryFrom<LoopStatementForeach> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LoopStatementForeach, ) -> Result<Locate, <Locate as TryFrom<LoopStatementForeach>>::Error>

Performs the conversion.
Source§

impl TryFrom<LoopStatementForever> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LoopStatementForever, ) -> Result<Locate, <Locate as TryFrom<LoopStatementForever>>::Error>

Performs the conversion.
Source§

impl TryFrom<LoopStatementRepeat> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LoopStatementRepeat, ) -> Result<Locate, <Locate as TryFrom<LoopStatementRepeat>>::Error>

Performs the conversion.
Source§

impl TryFrom<LoopStatementWhile> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LoopStatementWhile, ) -> Result<Locate, <Locate as TryFrom<LoopStatementWhile>>::Error>

Performs the conversion.
Source§

impl TryFrom<LoopVariables> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: LoopVariables, ) -> Result<Locate, <Locate as TryFrom<LoopVariables>>::Error>

Performs the conversion.
Source§

impl TryFrom<MacroText> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MacroText, ) -> Result<Locate, <Locate as TryFrom<MacroText>>::Error>

Performs the conversion.
Source§

impl TryFrom<MemberIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MemberIdentifier, ) -> Result<Locate, <Locate as TryFrom<MemberIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<MethodCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MethodCall, ) -> Result<Locate, <Locate as TryFrom<MethodCall>>::Error>

Performs the conversion.
Source§

impl TryFrom<MethodCallBody> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MethodCallBody, ) -> Result<Locate, <Locate as TryFrom<MethodCallBody>>::Error>

Performs the conversion.
Source§

impl TryFrom<MethodCallBodyUser> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MethodCallBodyUser, ) -> Result<Locate, <Locate as TryFrom<MethodCallBodyUser>>::Error>

Performs the conversion.
Source§

impl TryFrom<MethodCallRoot> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MethodCallRoot, ) -> Result<Locate, <Locate as TryFrom<MethodCallRoot>>::Error>

Performs the conversion.
Source§

impl TryFrom<MethodIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MethodIdentifier, ) -> Result<Locate, <Locate as TryFrom<MethodIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<MethodPrototype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MethodPrototype, ) -> Result<Locate, <Locate as TryFrom<MethodPrototype>>::Error>

Performs the conversion.
Source§

impl TryFrom<MethodQualifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MethodQualifier, ) -> Result<Locate, <Locate as TryFrom<MethodQualifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<MintypmaxExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MintypmaxExpression, ) -> Result<Locate, <Locate as TryFrom<MintypmaxExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<MintypmaxExpressionTernary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MintypmaxExpressionTernary, ) -> Result<Locate, <Locate as TryFrom<MintypmaxExpressionTernary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportClockingDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportClockingDeclaration, ) -> Result<Locate, <Locate as TryFrom<ModportClockingDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportDeclaration, ) -> Result<Locate, <Locate as TryFrom<ModportDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportIdentifier, ) -> Result<Locate, <Locate as TryFrom<ModportIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportItem, ) -> Result<Locate, <Locate as TryFrom<ModportItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportPortsDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportPortsDeclaration, ) -> Result<Locate, <Locate as TryFrom<ModportPortsDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportPortsDeclarationClocking> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportPortsDeclarationClocking, ) -> Result<Locate, <Locate as TryFrom<ModportPortsDeclarationClocking>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportPortsDeclarationSimple> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportPortsDeclarationSimple, ) -> Result<Locate, <Locate as TryFrom<ModportPortsDeclarationSimple>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportPortsDeclarationTf> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportPortsDeclarationTf, ) -> Result<Locate, <Locate as TryFrom<ModportPortsDeclarationTf>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportSimplePort> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportSimplePort, ) -> Result<Locate, <Locate as TryFrom<ModportSimplePort>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportSimplePortNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportSimplePortNamed, ) -> Result<Locate, <Locate as TryFrom<ModportSimplePortNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportSimplePortOrdered> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportSimplePortOrdered, ) -> Result<Locate, <Locate as TryFrom<ModportSimplePortOrdered>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportSimplePortsDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportSimplePortsDeclaration, ) -> Result<Locate, <Locate as TryFrom<ModportSimplePortsDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportTfPort> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportTfPort, ) -> Result<Locate, <Locate as TryFrom<ModportTfPort>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModportTfPortsDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModportTfPortsDeclaration, ) -> Result<Locate, <Locate as TryFrom<ModportTfPortsDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleAnsiHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleAnsiHeader, ) -> Result<Locate, <Locate as TryFrom<ModuleAnsiHeader>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleCommonItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleCommonItem, ) -> Result<Locate, <Locate as TryFrom<ModuleCommonItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleDeclaration, ) -> Result<Locate, <Locate as TryFrom<ModuleDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleDeclarationAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleDeclarationAnsi, ) -> Result<Locate, <Locate as TryFrom<ModuleDeclarationAnsi>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleDeclarationExternAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleDeclarationExternAnsi, ) -> Result<Locate, <Locate as TryFrom<ModuleDeclarationExternAnsi>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleDeclarationExternNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleDeclarationExternNonansi, ) -> Result<Locate, <Locate as TryFrom<ModuleDeclarationExternNonansi>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleDeclarationNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleDeclarationNonansi, ) -> Result<Locate, <Locate as TryFrom<ModuleDeclarationNonansi>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleDeclarationWildcard> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleDeclarationWildcard, ) -> Result<Locate, <Locate as TryFrom<ModuleDeclarationWildcard>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleIdentifier, ) -> Result<Locate, <Locate as TryFrom<ModuleIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleInstantiation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleInstantiation, ) -> Result<Locate, <Locate as TryFrom<ModuleInstantiation>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleItem, ) -> Result<Locate, <Locate as TryFrom<ModuleItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleKeyword> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleKeyword, ) -> Result<Locate, <Locate as TryFrom<ModuleKeyword>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleNonansiHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleNonansiHeader, ) -> Result<Locate, <Locate as TryFrom<ModuleNonansiHeader>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleOrGenerateItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleOrGenerateItem, ) -> Result<Locate, <Locate as TryFrom<ModuleOrGenerateItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleOrGenerateItemDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleOrGenerateItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<ModuleOrGenerateItemDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleOrGenerateItemDeclarationClocking> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleOrGenerateItemDeclarationClocking, ) -> Result<Locate, <Locate as TryFrom<ModuleOrGenerateItemDeclarationClocking>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleOrGenerateItemDeclarationDisable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleOrGenerateItemDeclarationDisable, ) -> Result<Locate, <Locate as TryFrom<ModuleOrGenerateItemDeclarationDisable>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleOrGenerateItemGate> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleOrGenerateItemGate, ) -> Result<Locate, <Locate as TryFrom<ModuleOrGenerateItemGate>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleOrGenerateItemModule> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleOrGenerateItemModule, ) -> Result<Locate, <Locate as TryFrom<ModuleOrGenerateItemModule>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleOrGenerateItemModuleItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleOrGenerateItemModuleItem, ) -> Result<Locate, <Locate as TryFrom<ModuleOrGenerateItemModuleItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleOrGenerateItemParameter> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleOrGenerateItemParameter, ) -> Result<Locate, <Locate as TryFrom<ModuleOrGenerateItemParameter>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModuleOrGenerateItemUdp> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModuleOrGenerateItemUdp, ) -> Result<Locate, <Locate as TryFrom<ModuleOrGenerateItemUdp>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModulePathConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModulePathConcatenation, ) -> Result<Locate, <Locate as TryFrom<ModulePathConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModulePathConditionalExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModulePathConditionalExpression, ) -> Result<Locate, <Locate as TryFrom<ModulePathConditionalExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModulePathExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModulePathExpression, ) -> Result<Locate, <Locate as TryFrom<ModulePathExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModulePathExpressionBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModulePathExpressionBinary, ) -> Result<Locate, <Locate as TryFrom<ModulePathExpressionBinary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModulePathExpressionUnary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModulePathExpressionUnary, ) -> Result<Locate, <Locate as TryFrom<ModulePathExpressionUnary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModulePathMintypmaxExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModulePathMintypmaxExpression, ) -> Result<Locate, <Locate as TryFrom<ModulePathMintypmaxExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModulePathMintypmaxExpressionTernary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModulePathMintypmaxExpressionTernary, ) -> Result<Locate, <Locate as TryFrom<ModulePathMintypmaxExpressionTernary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModulePathMultipleConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModulePathMultipleConcatenation, ) -> Result<Locate, <Locate as TryFrom<ModulePathMultipleConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModulePathPrimary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModulePathPrimary, ) -> Result<Locate, <Locate as TryFrom<ModulePathPrimary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ModulePathPrimaryMintypmax> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ModulePathPrimaryMintypmax, ) -> Result<Locate, <Locate as TryFrom<ModulePathPrimaryMintypmax>>::Error>

Performs the conversion.
Source§

impl TryFrom<MosSwitchInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MosSwitchInstance, ) -> Result<Locate, <Locate as TryFrom<MosSwitchInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<MosSwitchtype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MosSwitchtype, ) -> Result<Locate, <Locate as TryFrom<MosSwitchtype>>::Error>

Performs the conversion.
Source§

impl TryFrom<MultipleConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: MultipleConcatenation, ) -> Result<Locate, <Locate as TryFrom<MultipleConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<NInputGateInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NInputGateInstance, ) -> Result<Locate, <Locate as TryFrom<NInputGateInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<NInputGatetype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NInputGatetype, ) -> Result<Locate, <Locate as TryFrom<NInputGatetype>>::Error>

Performs the conversion.
Source§

impl TryFrom<NOutputGateInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NOutputGateInstance, ) -> Result<Locate, <Locate as TryFrom<NOutputGateInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<NOutputGatetype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NOutputGatetype, ) -> Result<Locate, <Locate as TryFrom<NOutputGatetype>>::Error>

Performs the conversion.
Source§

impl TryFrom<NameOfInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NameOfInstance, ) -> Result<Locate, <Locate as TryFrom<NameOfInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<NamedCheckerPortConnection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NamedCheckerPortConnection, ) -> Result<Locate, <Locate as TryFrom<NamedCheckerPortConnection>>::Error>

Performs the conversion.
Source§

impl TryFrom<NamedCheckerPortConnectionAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NamedCheckerPortConnectionAsterisk, ) -> Result<Locate, <Locate as TryFrom<NamedCheckerPortConnectionAsterisk>>::Error>

Performs the conversion.
Source§

impl TryFrom<NamedCheckerPortConnectionIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NamedCheckerPortConnectionIdentifier, ) -> Result<Locate, <Locate as TryFrom<NamedCheckerPortConnectionIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<NamedParameterAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NamedParameterAssignment, ) -> Result<Locate, <Locate as TryFrom<NamedParameterAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<NamedPortConnection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NamedPortConnection, ) -> Result<Locate, <Locate as TryFrom<NamedPortConnection>>::Error>

Performs the conversion.
Source§

impl TryFrom<NamedPortConnectionAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NamedPortConnectionAsterisk, ) -> Result<Locate, <Locate as TryFrom<NamedPortConnectionAsterisk>>::Error>

Performs the conversion.
Source§

impl TryFrom<NamedPortConnectionIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NamedPortConnectionIdentifier, ) -> Result<Locate, <Locate as TryFrom<NamedPortConnectionIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<NcontrolTerminal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NcontrolTerminal, ) -> Result<Locate, <Locate as TryFrom<NcontrolTerminal>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetAlias> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: NetAlias) -> Result<Locate, <Locate as TryFrom<NetAlias>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetAssignment, ) -> Result<Locate, <Locate as TryFrom<NetAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetDeclAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetDeclAssignment, ) -> Result<Locate, <Locate as TryFrom<NetDeclAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetDeclaration, ) -> Result<Locate, <Locate as TryFrom<NetDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetDeclarationInterconnect> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetDeclarationInterconnect, ) -> Result<Locate, <Locate as TryFrom<NetDeclarationInterconnect>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetDeclarationNetType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetDeclarationNetType, ) -> Result<Locate, <Locate as TryFrom<NetDeclarationNetType>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetDeclarationNetTypeIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetDeclarationNetTypeIdentifier, ) -> Result<Locate, <Locate as TryFrom<NetDeclarationNetTypeIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetIdentifier, ) -> Result<Locate, <Locate as TryFrom<NetIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetLvalue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetLvalue, ) -> Result<Locate, <Locate as TryFrom<NetLvalue>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetLvalueIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetLvalueIdentifier, ) -> Result<Locate, <Locate as TryFrom<NetLvalueIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetLvalueLvalue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetLvalueLvalue, ) -> Result<Locate, <Locate as TryFrom<NetLvalueLvalue>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetLvaluePattern> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetLvaluePattern, ) -> Result<Locate, <Locate as TryFrom<NetLvaluePattern>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetPortHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetPortHeader, ) -> Result<Locate, <Locate as TryFrom<NetPortHeader>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetPortHeaderOrInterfacePortHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetPortHeaderOrInterfacePortHeader, ) -> Result<Locate, <Locate as TryFrom<NetPortHeaderOrInterfacePortHeader>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetPortType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetPortType, ) -> Result<Locate, <Locate as TryFrom<NetPortType>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetPortTypeDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetPortTypeDataType, ) -> Result<Locate, <Locate as TryFrom<NetPortTypeDataType>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetPortTypeInterconnect> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetPortTypeInterconnect, ) -> Result<Locate, <Locate as TryFrom<NetPortTypeInterconnect>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: NetType) -> Result<Locate, <Locate as TryFrom<NetType>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetTypeDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetTypeDeclaration, ) -> Result<Locate, <Locate as TryFrom<NetTypeDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetTypeDeclarationDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetTypeDeclarationDataType, ) -> Result<Locate, <Locate as TryFrom<NetTypeDeclarationDataType>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetTypeDeclarationNetType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetTypeDeclarationNetType, ) -> Result<Locate, <Locate as TryFrom<NetTypeDeclarationNetType>>::Error>

Performs the conversion.
Source§

impl TryFrom<NetTypeIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NetTypeIdentifier, ) -> Result<Locate, <Locate as TryFrom<NetTypeIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<New> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: New) -> Result<Locate, <Locate as TryFrom<New>>::Error>

Performs the conversion.
Source§

impl TryFrom<NextState> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NextState, ) -> Result<Locate, <Locate as TryFrom<NextState>>::Error>

Performs the conversion.
Source§

impl TryFrom<NochangeTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NochangeTimingCheck, ) -> Result<Locate, <Locate as TryFrom<NochangeTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonConsecutiveRepetition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonConsecutiveRepetition, ) -> Result<Locate, <Locate as TryFrom<NonConsecutiveRepetition>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonIntegerType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonIntegerType, ) -> Result<Locate, <Locate as TryFrom<NonIntegerType>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonPortInterfaceItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonPortInterfaceItem, ) -> Result<Locate, <Locate as TryFrom<NonPortInterfaceItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonPortModuleItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonPortModuleItem, ) -> Result<Locate, <Locate as TryFrom<NonPortModuleItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonPortModuleItemSpecparam> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonPortModuleItemSpecparam, ) -> Result<Locate, <Locate as TryFrom<NonPortModuleItemSpecparam>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonPortProgramItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonPortProgramItem, ) -> Result<Locate, <Locate as TryFrom<NonPortProgramItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonPortProgramItemAssertion> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonPortProgramItemAssertion, ) -> Result<Locate, <Locate as TryFrom<NonPortProgramItemAssertion>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonPortProgramItemAssign> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonPortProgramItemAssign, ) -> Result<Locate, <Locate as TryFrom<NonPortProgramItemAssign>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonPortProgramItemFinal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonPortProgramItemFinal, ) -> Result<Locate, <Locate as TryFrom<NonPortProgramItemFinal>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonPortProgramItemInitial> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonPortProgramItemInitial, ) -> Result<Locate, <Locate as TryFrom<NonPortProgramItemInitial>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonPortProgramItemModule> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonPortProgramItemModule, ) -> Result<Locate, <Locate as TryFrom<NonPortProgramItemModule>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonZeroUnsignedNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonZeroUnsignedNumber, ) -> Result<Locate, <Locate as TryFrom<NonZeroUnsignedNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonblockingAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonblockingAssignment, ) -> Result<Locate, <Locate as TryFrom<NonblockingAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonrangeSelect> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonrangeSelect, ) -> Result<Locate, <Locate as TryFrom<NonrangeSelect>>::Error>

Performs the conversion.
Source§

impl TryFrom<NonrangeVariableLvalue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NonrangeVariableLvalue, ) -> Result<Locate, <Locate as TryFrom<NonrangeVariableLvalue>>::Error>

Performs the conversion.
Source§

impl TryFrom<Notifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Notifier) -> Result<Locate, <Locate as TryFrom<Notifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<NounconnectedDriveCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: NounconnectedDriveCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<NounconnectedDriveCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<Number> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Number) -> Result<Locate, <Locate as TryFrom<Number>>::Error>

Performs the conversion.
Source§

impl TryFrom<OctalBase> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OctalBase, ) -> Result<Locate, <Locate as TryFrom<OctalBase>>::Error>

Performs the conversion.
Source§

impl TryFrom<OctalNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OctalNumber, ) -> Result<Locate, <Locate as TryFrom<OctalNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<OctalValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OctalValue, ) -> Result<Locate, <Locate as TryFrom<OctalValue>>::Error>

Performs the conversion.
Source§

impl TryFrom<OpenRangeList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OpenRangeList, ) -> Result<Locate, <Locate as TryFrom<OpenRangeList>>::Error>

Performs the conversion.
Source§

impl TryFrom<OpenValueRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OpenValueRange, ) -> Result<Locate, <Locate as TryFrom<OpenValueRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<OperatorAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OperatorAssignment, ) -> Result<Locate, <Locate as TryFrom<OperatorAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<OrderedCheckerPortConnection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OrderedCheckerPortConnection, ) -> Result<Locate, <Locate as TryFrom<OrderedCheckerPortConnection>>::Error>

Performs the conversion.
Source§

impl TryFrom<OrderedParameterAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OrderedParameterAssignment, ) -> Result<Locate, <Locate as TryFrom<OrderedParameterAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<OrderedPortConnection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OrderedPortConnection, ) -> Result<Locate, <Locate as TryFrom<OrderedPortConnection>>::Error>

Performs the conversion.
Source§

impl TryFrom<OutputDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OutputDeclaration, ) -> Result<Locate, <Locate as TryFrom<OutputDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<OutputDeclarationNet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OutputDeclarationNet, ) -> Result<Locate, <Locate as TryFrom<OutputDeclarationNet>>::Error>

Performs the conversion.
Source§

impl TryFrom<OutputDeclarationVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OutputDeclarationVariable, ) -> Result<Locate, <Locate as TryFrom<OutputDeclarationVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<OutputIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OutputIdentifier, ) -> Result<Locate, <Locate as TryFrom<OutputIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<OutputIdentifierInterface> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OutputIdentifierInterface, ) -> Result<Locate, <Locate as TryFrom<OutputIdentifierInterface>>::Error>

Performs the conversion.
Source§

impl TryFrom<OutputPortIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OutputPortIdentifier, ) -> Result<Locate, <Locate as TryFrom<OutputPortIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<OutputSymbol> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OutputSymbol, ) -> Result<Locate, <Locate as TryFrom<OutputSymbol>>::Error>

Performs the conversion.
Source§

impl TryFrom<OutputTerminal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: OutputTerminal, ) -> Result<Locate, <Locate as TryFrom<OutputTerminal>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageDeclaration, ) -> Result<Locate, <Locate as TryFrom<PackageDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageExportDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageExportDeclaration, ) -> Result<Locate, <Locate as TryFrom<PackageExportDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageExportDeclarationAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageExportDeclarationAsterisk, ) -> Result<Locate, <Locate as TryFrom<PackageExportDeclarationAsterisk>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageExportDeclarationItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageExportDeclarationItem, ) -> Result<Locate, <Locate as TryFrom<PackageExportDeclarationItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageIdentifier, ) -> Result<Locate, <Locate as TryFrom<PackageIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageImportDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageImportDeclaration, ) -> Result<Locate, <Locate as TryFrom<PackageImportDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageImportItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageImportItem, ) -> Result<Locate, <Locate as TryFrom<PackageImportItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageImportItemAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageImportItemAsterisk, ) -> Result<Locate, <Locate as TryFrom<PackageImportItemAsterisk>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageImportItemIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageImportItemIdentifier, ) -> Result<Locate, <Locate as TryFrom<PackageImportItemIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageItem, ) -> Result<Locate, <Locate as TryFrom<PackageItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageOrGenerateItemDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageOrGenerateItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<PackageOrGenerateItemDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageScope, ) -> Result<Locate, <Locate as TryFrom<PackageScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageScopeOrClassScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageScopeOrClassScope, ) -> Result<Locate, <Locate as TryFrom<PackageScopeOrClassScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackageScopePackage> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackageScopePackage, ) -> Result<Locate, <Locate as TryFrom<PackageScopePackage>>::Error>

Performs the conversion.
Source§

impl TryFrom<Packed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Packed) -> Result<Locate, <Locate as TryFrom<Packed>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackedDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackedDimension, ) -> Result<Locate, <Locate as TryFrom<PackedDimension>>::Error>

Performs the conversion.
Source§

impl TryFrom<PackedDimensionRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PackedDimensionRange, ) -> Result<Locate, <Locate as TryFrom<PackedDimensionRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: ParBlock) -> Result<Locate, <Locate as TryFrom<ParBlock>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParallelEdgeSensitivePathDescription> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParallelEdgeSensitivePathDescription, ) -> Result<Locate, <Locate as TryFrom<ParallelEdgeSensitivePathDescription>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParallelPathDescription> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParallelPathDescription, ) -> Result<Locate, <Locate as TryFrom<ParallelPathDescription>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParamAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParamAssignment, ) -> Result<Locate, <Locate as TryFrom<ParamAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParamExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParamExpression, ) -> Result<Locate, <Locate as TryFrom<ParamExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterDeclaration, ) -> Result<Locate, <Locate as TryFrom<ParameterDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterDeclarationParam> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterDeclarationParam, ) -> Result<Locate, <Locate as TryFrom<ParameterDeclarationParam>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterDeclarationType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterDeclarationType, ) -> Result<Locate, <Locate as TryFrom<ParameterDeclarationType>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterIdentifier, ) -> Result<Locate, <Locate as TryFrom<ParameterIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterOverride> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterOverride, ) -> Result<Locate, <Locate as TryFrom<ParameterOverride>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterPortDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterPortDeclaration, ) -> Result<Locate, <Locate as TryFrom<ParameterPortDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterPortDeclarationParamList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterPortDeclarationParamList, ) -> Result<Locate, <Locate as TryFrom<ParameterPortDeclarationParamList>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterPortDeclarationTypeList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterPortDeclarationTypeList, ) -> Result<Locate, <Locate as TryFrom<ParameterPortDeclarationTypeList>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterPortList, ) -> Result<Locate, <Locate as TryFrom<ParameterPortList>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterPortListAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterPortListAssignment, ) -> Result<Locate, <Locate as TryFrom<ParameterPortListAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterPortListDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterPortListDeclaration, ) -> Result<Locate, <Locate as TryFrom<ParameterPortListDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ParameterValueAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ParameterValueAssignment, ) -> Result<Locate, <Locate as TryFrom<ParameterValueAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<PartSelectRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PartSelectRange, ) -> Result<Locate, <Locate as TryFrom<PartSelectRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<PassEnSwitchtype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PassEnSwitchtype, ) -> Result<Locate, <Locate as TryFrom<PassEnSwitchtype>>::Error>

Performs the conversion.
Source§

impl TryFrom<PassEnableSwitchInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PassEnableSwitchInstance, ) -> Result<Locate, <Locate as TryFrom<PassEnableSwitchInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<PassSwitchInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PassSwitchInstance, ) -> Result<Locate, <Locate as TryFrom<PassSwitchInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<PassSwitchtype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PassSwitchtype, ) -> Result<Locate, <Locate as TryFrom<PassSwitchtype>>::Error>

Performs the conversion.
Source§

impl TryFrom<PathDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PathDeclaration, ) -> Result<Locate, <Locate as TryFrom<PathDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<PathDelayExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PathDelayExpression, ) -> Result<Locate, <Locate as TryFrom<PathDelayExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<PathDelayValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PathDelayValue, ) -> Result<Locate, <Locate as TryFrom<PathDelayValue>>::Error>

Performs the conversion.
Source§

impl TryFrom<PathDelayValueParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PathDelayValueParen, ) -> Result<Locate, <Locate as TryFrom<PathDelayValueParen>>::Error>

Performs the conversion.
Source§

impl TryFrom<Pattern> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Pattern) -> Result<Locate, <Locate as TryFrom<Pattern>>::Error>

Performs the conversion.
Source§

impl TryFrom<PatternIdentifierList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PatternIdentifierList, ) -> Result<Locate, <Locate as TryFrom<PatternIdentifierList>>::Error>

Performs the conversion.
Source§

impl TryFrom<PatternList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PatternList, ) -> Result<Locate, <Locate as TryFrom<PatternList>>::Error>

Performs the conversion.
Source§

impl TryFrom<PatternTagged> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PatternTagged, ) -> Result<Locate, <Locate as TryFrom<PatternTagged>>::Error>

Performs the conversion.
Source§

impl TryFrom<PatternVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PatternVariable, ) -> Result<Locate, <Locate as TryFrom<PatternVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<PcontrolTerminal> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PcontrolTerminal, ) -> Result<Locate, <Locate as TryFrom<PcontrolTerminal>>::Error>

Performs the conversion.
Source§

impl TryFrom<PeriodTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PeriodTimingCheck, ) -> Result<Locate, <Locate as TryFrom<PeriodTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<PolarityOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PolarityOperator, ) -> Result<Locate, <Locate as TryFrom<PolarityOperator>>::Error>

Performs the conversion.
Source§

impl TryFrom<Port> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Port) -> Result<Locate, <Locate as TryFrom<Port>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortDeclaration, ) -> Result<Locate, <Locate as TryFrom<PortDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortDeclarationInout> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortDeclarationInout, ) -> Result<Locate, <Locate as TryFrom<PortDeclarationInout>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortDeclarationInput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortDeclarationInput, ) -> Result<Locate, <Locate as TryFrom<PortDeclarationInput>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortDeclarationInterface> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortDeclarationInterface, ) -> Result<Locate, <Locate as TryFrom<PortDeclarationInterface>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortDeclarationOutput> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortDeclarationOutput, ) -> Result<Locate, <Locate as TryFrom<PortDeclarationOutput>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortDeclarationRef> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortDeclarationRef, ) -> Result<Locate, <Locate as TryFrom<PortDeclarationRef>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortDirection, ) -> Result<Locate, <Locate as TryFrom<PortDirection>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortExpression, ) -> Result<Locate, <Locate as TryFrom<PortExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortExpressionBrace> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortExpressionBrace, ) -> Result<Locate, <Locate as TryFrom<PortExpressionBrace>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortIdentifier, ) -> Result<Locate, <Locate as TryFrom<PortIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortNamed, ) -> Result<Locate, <Locate as TryFrom<PortNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortNonNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortNonNamed, ) -> Result<Locate, <Locate as TryFrom<PortNonNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<PortReference> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PortReference, ) -> Result<Locate, <Locate as TryFrom<PortReference>>::Error>

Performs the conversion.
Source§

impl TryFrom<PositionCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PositionCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<PositionCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<Pragma> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Pragma) -> Result<Locate, <Locate as TryFrom<Pragma>>::Error>

Performs the conversion.
Source§

impl TryFrom<PragmaExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PragmaExpression, ) -> Result<Locate, <Locate as TryFrom<PragmaExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<PragmaExpressionAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PragmaExpressionAssignment, ) -> Result<Locate, <Locate as TryFrom<PragmaExpressionAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<PragmaKeyword> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PragmaKeyword, ) -> Result<Locate, <Locate as TryFrom<PragmaKeyword>>::Error>

Performs the conversion.
Source§

impl TryFrom<PragmaName> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PragmaName, ) -> Result<Locate, <Locate as TryFrom<PragmaName>>::Error>

Performs the conversion.
Source§

impl TryFrom<PragmaValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PragmaValue, ) -> Result<Locate, <Locate as TryFrom<PragmaValue>>::Error>

Performs the conversion.
Source§

impl TryFrom<PragmaValueParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PragmaValueParen, ) -> Result<Locate, <Locate as TryFrom<PragmaValueParen>>::Error>

Performs the conversion.
Source§

impl TryFrom<PreprocessorText> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PreprocessorText, ) -> Result<Locate, <Locate as TryFrom<PreprocessorText>>::Error>

Performs the conversion.
Source§

impl TryFrom<Primary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Primary) -> Result<Locate, <Locate as TryFrom<Primary>>::Error>

Performs the conversion.
Source§

impl TryFrom<PrimaryConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PrimaryConcatenation, ) -> Result<Locate, <Locate as TryFrom<PrimaryConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<PrimaryHierarchical> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PrimaryHierarchical, ) -> Result<Locate, <Locate as TryFrom<PrimaryHierarchical>>::Error>

Performs the conversion.
Source§

impl TryFrom<PrimaryLiteral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PrimaryLiteral, ) -> Result<Locate, <Locate as TryFrom<PrimaryLiteral>>::Error>

Performs the conversion.
Source§

impl TryFrom<PrimaryMintypmaxExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PrimaryMintypmaxExpression, ) -> Result<Locate, <Locate as TryFrom<PrimaryMintypmaxExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<PrimaryMultipleConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PrimaryMultipleConcatenation, ) -> Result<Locate, <Locate as TryFrom<PrimaryMultipleConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProceduralAssertionStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProceduralAssertionStatement, ) -> Result<Locate, <Locate as TryFrom<ProceduralAssertionStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProceduralContinuousAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProceduralContinuousAssignment, ) -> Result<Locate, <Locate as TryFrom<ProceduralContinuousAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProceduralContinuousAssignmentAssign> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProceduralContinuousAssignmentAssign, ) -> Result<Locate, <Locate as TryFrom<ProceduralContinuousAssignmentAssign>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProceduralContinuousAssignmentDeassign> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProceduralContinuousAssignmentDeassign, ) -> Result<Locate, <Locate as TryFrom<ProceduralContinuousAssignmentDeassign>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProceduralContinuousAssignmentForceNet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProceduralContinuousAssignmentForceNet, ) -> Result<Locate, <Locate as TryFrom<ProceduralContinuousAssignmentForceNet>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProceduralContinuousAssignmentForceVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProceduralContinuousAssignmentForceVariable, ) -> Result<Locate, <Locate as TryFrom<ProceduralContinuousAssignmentForceVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProceduralContinuousAssignmentReleaseNet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProceduralContinuousAssignmentReleaseNet, ) -> Result<Locate, <Locate as TryFrom<ProceduralContinuousAssignmentReleaseNet>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProceduralContinuousAssignmentReleaseVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProceduralContinuousAssignmentReleaseVariable, ) -> Result<Locate, <Locate as TryFrom<ProceduralContinuousAssignmentReleaseVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProceduralTimingControl> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProceduralTimingControl, ) -> Result<Locate, <Locate as TryFrom<ProceduralTimingControl>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProceduralTimingControlStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProceduralTimingControlStatement, ) -> Result<Locate, <Locate as TryFrom<ProceduralTimingControlStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<Production> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Production, ) -> Result<Locate, <Locate as TryFrom<Production>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProductionIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProductionIdentifier, ) -> Result<Locate, <Locate as TryFrom<ProductionIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProductionItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProductionItem, ) -> Result<Locate, <Locate as TryFrom<ProductionItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramAnsiHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramAnsiHeader, ) -> Result<Locate, <Locate as TryFrom<ProgramAnsiHeader>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramDeclaration, ) -> Result<Locate, <Locate as TryFrom<ProgramDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramDeclarationAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramDeclarationAnsi, ) -> Result<Locate, <Locate as TryFrom<ProgramDeclarationAnsi>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramDeclarationExternAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramDeclarationExternAnsi, ) -> Result<Locate, <Locate as TryFrom<ProgramDeclarationExternAnsi>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramDeclarationExternNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramDeclarationExternNonansi, ) -> Result<Locate, <Locate as TryFrom<ProgramDeclarationExternNonansi>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramDeclarationNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramDeclarationNonansi, ) -> Result<Locate, <Locate as TryFrom<ProgramDeclarationNonansi>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramDeclarationWildcard> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramDeclarationWildcard, ) -> Result<Locate, <Locate as TryFrom<ProgramDeclarationWildcard>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramGenerateItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramGenerateItem, ) -> Result<Locate, <Locate as TryFrom<ProgramGenerateItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramIdentifier, ) -> Result<Locate, <Locate as TryFrom<ProgramIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramInstantiation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramInstantiation, ) -> Result<Locate, <Locate as TryFrom<ProgramInstantiation>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramItem, ) -> Result<Locate, <Locate as TryFrom<ProgramItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<ProgramNonansiHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ProgramNonansiHeader, ) -> Result<Locate, <Locate as TryFrom<ProgramNonansiHeader>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyActualArg> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyActualArg, ) -> Result<Locate, <Locate as TryFrom<PropertyActualArg>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyCaseItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyCaseItem, ) -> Result<Locate, <Locate as TryFrom<PropertyCaseItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyCaseItemDefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyCaseItemDefault, ) -> Result<Locate, <Locate as TryFrom<PropertyCaseItemDefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyCaseItemNondefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyCaseItemNondefault, ) -> Result<Locate, <Locate as TryFrom<PropertyCaseItemNondefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyDeclaration, ) -> Result<Locate, <Locate as TryFrom<PropertyDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExpr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExpr, ) -> Result<Locate, <Locate as TryFrom<PropertyExpr>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprAcceptOn> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprAcceptOn, ) -> Result<Locate, <Locate as TryFrom<PropertyExprAcceptOn>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprAlways> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprAlways, ) -> Result<Locate, <Locate as TryFrom<PropertyExprAlways>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprBinaryProperty> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprBinaryProperty, ) -> Result<Locate, <Locate as TryFrom<PropertyExprBinaryProperty>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprBinarySequence> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprBinarySequence, ) -> Result<Locate, <Locate as TryFrom<PropertyExprBinarySequence>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprCase> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprCase, ) -> Result<Locate, <Locate as TryFrom<PropertyExprCase>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprClockingEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprClockingEvent, ) -> Result<Locate, <Locate as TryFrom<PropertyExprClockingEvent>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprEventually> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprEventually, ) -> Result<Locate, <Locate as TryFrom<PropertyExprEventually>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprIf> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprIf, ) -> Result<Locate, <Locate as TryFrom<PropertyExprIf>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprNexttime> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprNexttime, ) -> Result<Locate, <Locate as TryFrom<PropertyExprNexttime>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprNot> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprNot, ) -> Result<Locate, <Locate as TryFrom<PropertyExprNot>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprParen, ) -> Result<Locate, <Locate as TryFrom<PropertyExprParen>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprRejectOn> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprRejectOn, ) -> Result<Locate, <Locate as TryFrom<PropertyExprRejectOn>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprSAlways> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprSAlways, ) -> Result<Locate, <Locate as TryFrom<PropertyExprSAlways>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprSEventually> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprSEventually, ) -> Result<Locate, <Locate as TryFrom<PropertyExprSEventually>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprSNexttime> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprSNexttime, ) -> Result<Locate, <Locate as TryFrom<PropertyExprSNexttime>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprStrong> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprStrong, ) -> Result<Locate, <Locate as TryFrom<PropertyExprStrong>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprSyncAcceptOn> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprSyncAcceptOn, ) -> Result<Locate, <Locate as TryFrom<PropertyExprSyncAcceptOn>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprSyncRejectOn> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprSyncRejectOn, ) -> Result<Locate, <Locate as TryFrom<PropertyExprSyncRejectOn>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyExprWeak> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyExprWeak, ) -> Result<Locate, <Locate as TryFrom<PropertyExprWeak>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyFormalType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyFormalType, ) -> Result<Locate, <Locate as TryFrom<PropertyFormalType>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyIdentifier, ) -> Result<Locate, <Locate as TryFrom<PropertyIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyInstance, ) -> Result<Locate, <Locate as TryFrom<PropertyInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyListOfArguments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyListOfArguments, ) -> Result<Locate, <Locate as TryFrom<PropertyListOfArguments>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyListOfArgumentsNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyListOfArgumentsNamed, ) -> Result<Locate, <Locate as TryFrom<PropertyListOfArgumentsNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyListOfArgumentsOrdered> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyListOfArgumentsOrdered, ) -> Result<Locate, <Locate as TryFrom<PropertyListOfArgumentsOrdered>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyLvarPortDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyLvarPortDirection, ) -> Result<Locate, <Locate as TryFrom<PropertyLvarPortDirection>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyPortItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyPortItem, ) -> Result<Locate, <Locate as TryFrom<PropertyPortItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyPortList, ) -> Result<Locate, <Locate as TryFrom<PropertyPortList>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertyQualifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertyQualifier, ) -> Result<Locate, <Locate as TryFrom<PropertyQualifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PropertySpec> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PropertySpec, ) -> Result<Locate, <Locate as TryFrom<PropertySpec>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsCheckerIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsCheckerIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsCheckerIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsClassIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsClassIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsClassIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsCovergroupIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsCovergroupIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsCovergroupIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalArrayIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalArrayIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalArrayIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalNetIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalNetIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalNetIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalNetIdentifierHierarchical> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalNetIdentifierHierarchical, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalNetIdentifierHierarchical>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalNetIdentifierPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalNetIdentifierPackageScope, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalNetIdentifierPackageScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalPropertyIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalPropertyIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalPropertyIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalPropertyIdentifierHierarchical> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalPropertyIdentifierHierarchical, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalPropertyIdentifierHierarchical>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalPropertyIdentifierPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalPropertyIdentifierPackageScope, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalPropertyIdentifierPackageScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalSequenceIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalSequenceIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalSequenceIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalSequenceIdentifierHierarchical> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalSequenceIdentifierHierarchical, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalSequenceIdentifierHierarchical>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalSequenceIdentifierPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalSequenceIdentifierPackageScope, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalSequenceIdentifierPackageScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalTfIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalTfIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalTfIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalTfIdentifierHierarchical> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalTfIdentifierHierarchical, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalTfIdentifierHierarchical>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsOrHierarchicalTfIdentifierPackageScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsOrHierarchicalTfIdentifierPackageScope, ) -> Result<Locate, <Locate as TryFrom<PsOrHierarchicalTfIdentifierPackageScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsParameterIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsParameterIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsParameterIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsParameterIdentifierGenerate> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsParameterIdentifierGenerate, ) -> Result<Locate, <Locate as TryFrom<PsParameterIdentifierGenerate>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsParameterIdentifierScope> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsParameterIdentifierScope, ) -> Result<Locate, <Locate as TryFrom<PsParameterIdentifierScope>>::Error>

Performs the conversion.
Source§

impl TryFrom<PsTypeIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PsTypeIdentifier, ) -> Result<Locate, <Locate as TryFrom<PsTypeIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<PullGateInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PullGateInstance, ) -> Result<Locate, <Locate as TryFrom<PullGateInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<PulldownStrength> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PulldownStrength, ) -> Result<Locate, <Locate as TryFrom<PulldownStrength>>::Error>

Performs the conversion.
Source§

impl TryFrom<PulldownStrength0> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PulldownStrength0, ) -> Result<Locate, <Locate as TryFrom<PulldownStrength0>>::Error>

Performs the conversion.
Source§

impl TryFrom<PulldownStrength01> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PulldownStrength01, ) -> Result<Locate, <Locate as TryFrom<PulldownStrength01>>::Error>

Performs the conversion.
Source§

impl TryFrom<PulldownStrength10> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PulldownStrength10, ) -> Result<Locate, <Locate as TryFrom<PulldownStrength10>>::Error>

Performs the conversion.
Source§

impl TryFrom<PullupStrength> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PullupStrength, ) -> Result<Locate, <Locate as TryFrom<PullupStrength>>::Error>

Performs the conversion.
Source§

impl TryFrom<PullupStrength01> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PullupStrength01, ) -> Result<Locate, <Locate as TryFrom<PullupStrength01>>::Error>

Performs the conversion.
Source§

impl TryFrom<PullupStrength1> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PullupStrength1, ) -> Result<Locate, <Locate as TryFrom<PullupStrength1>>::Error>

Performs the conversion.
Source§

impl TryFrom<PullupStrength10> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PullupStrength10, ) -> Result<Locate, <Locate as TryFrom<PullupStrength10>>::Error>

Performs the conversion.
Source§

impl TryFrom<PulseControlSpecparam> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PulseControlSpecparam, ) -> Result<Locate, <Locate as TryFrom<PulseControlSpecparam>>::Error>

Performs the conversion.
Source§

impl TryFrom<PulseControlSpecparamWithDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PulseControlSpecparamWithDescriptor, ) -> Result<Locate, <Locate as TryFrom<PulseControlSpecparamWithDescriptor>>::Error>

Performs the conversion.
Source§

impl TryFrom<PulseControlSpecparamWithoutDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PulseControlSpecparamWithoutDescriptor, ) -> Result<Locate, <Locate as TryFrom<PulseControlSpecparamWithoutDescriptor>>::Error>

Performs the conversion.
Source§

impl TryFrom<PulsestyleDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: PulsestyleDeclaration, ) -> Result<Locate, <Locate as TryFrom<PulsestyleDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<QueueDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: QueueDimension, ) -> Result<Locate, <Locate as TryFrom<QueueDimension>>::Error>

Performs the conversion.
Source§

impl TryFrom<Rand> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Rand) -> Result<Locate, <Locate as TryFrom<Rand>>::Error>

Performs the conversion.
Source§

impl TryFrom<RandcaseItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RandcaseItem, ) -> Result<Locate, <Locate as TryFrom<RandcaseItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<RandcaseStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RandcaseStatement, ) -> Result<Locate, <Locate as TryFrom<RandcaseStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<RandomQualifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RandomQualifier, ) -> Result<Locate, <Locate as TryFrom<RandomQualifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<RandomizeCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RandomizeCall, ) -> Result<Locate, <Locate as TryFrom<RandomizeCall>>::Error>

Performs the conversion.
Source§

impl TryFrom<RandsequenceStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RandsequenceStatement, ) -> Result<Locate, <Locate as TryFrom<RandsequenceStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<RangeExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RangeExpression, ) -> Result<Locate, <Locate as TryFrom<RangeExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<RealNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RealNumber, ) -> Result<Locate, <Locate as TryFrom<RealNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<RealNumberFloating> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RealNumberFloating, ) -> Result<Locate, <Locate as TryFrom<RealNumberFloating>>::Error>

Performs the conversion.
Source§

impl TryFrom<RecoveryTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RecoveryTimingCheck, ) -> Result<Locate, <Locate as TryFrom<RecoveryTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<RecremTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RecremTimingCheck, ) -> Result<Locate, <Locate as TryFrom<RecremTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<RefDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RefDeclaration, ) -> Result<Locate, <Locate as TryFrom<RefDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<ReferenceEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ReferenceEvent, ) -> Result<Locate, <Locate as TryFrom<ReferenceEvent>>::Error>

Performs the conversion.
Source§

impl TryFrom<RejectLimitValue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RejectLimitValue, ) -> Result<Locate, <Locate as TryFrom<RejectLimitValue>>::Error>

Performs the conversion.
Source§

impl TryFrom<RemainActiveFlag> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RemainActiveFlag, ) -> Result<Locate, <Locate as TryFrom<RemainActiveFlag>>::Error>

Performs the conversion.
Source§

impl TryFrom<RemovalTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RemovalTimingCheck, ) -> Result<Locate, <Locate as TryFrom<RemovalTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<RepeatRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RepeatRange, ) -> Result<Locate, <Locate as TryFrom<RepeatRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<RepeatRangeBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RepeatRangeBinary, ) -> Result<Locate, <Locate as TryFrom<RepeatRangeBinary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ResetallCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ResetallCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<ResetallCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<RestrictPropertyStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RestrictPropertyStatement, ) -> Result<Locate, <Locate as TryFrom<RestrictPropertyStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<Root> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Root) -> Result<Locate, <Locate as TryFrom<Root>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsCase> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: RsCase) -> Result<Locate, <Locate as TryFrom<RsCase>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsCaseItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RsCaseItem, ) -> Result<Locate, <Locate as TryFrom<RsCaseItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsCaseItemDefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RsCaseItemDefault, ) -> Result<Locate, <Locate as TryFrom<RsCaseItemDefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsCaseItemNondefault> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RsCaseItemNondefault, ) -> Result<Locate, <Locate as TryFrom<RsCaseItemNondefault>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsCodeBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RsCodeBlock, ) -> Result<Locate, <Locate as TryFrom<RsCodeBlock>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsIfElse> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: RsIfElse) -> Result<Locate, <Locate as TryFrom<RsIfElse>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsProd> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: RsProd) -> Result<Locate, <Locate as TryFrom<RsProd>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsProductionList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RsProductionList, ) -> Result<Locate, <Locate as TryFrom<RsProductionList>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsProductionListJoin> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RsProductionListJoin, ) -> Result<Locate, <Locate as TryFrom<RsProductionListJoin>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsProductionListProd> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: RsProductionListProd, ) -> Result<Locate, <Locate as TryFrom<RsProductionListProd>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsRepeat> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: RsRepeat) -> Result<Locate, <Locate as TryFrom<RsRepeat>>::Error>

Performs the conversion.
Source§

impl TryFrom<RsRule> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: RsRule) -> Result<Locate, <Locate as TryFrom<RsRule>>::Error>

Performs the conversion.
Source§

impl TryFrom<ScalarConstant> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ScalarConstant, ) -> Result<Locate, <Locate as TryFrom<ScalarConstant>>::Error>

Performs the conversion.
Source§

impl TryFrom<ScalarTimingCheckCondition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ScalarTimingCheckCondition, ) -> Result<Locate, <Locate as TryFrom<ScalarTimingCheckCondition>>::Error>

Performs the conversion.
Source§

impl TryFrom<ScalarTimingCheckConditionBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ScalarTimingCheckConditionBinary, ) -> Result<Locate, <Locate as TryFrom<ScalarTimingCheckConditionBinary>>::Error>

Performs the conversion.
Source§

impl TryFrom<ScalarTimingCheckConditionUnary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ScalarTimingCheckConditionUnary, ) -> Result<Locate, <Locate as TryFrom<ScalarTimingCheckConditionUnary>>::Error>

Performs the conversion.
Source§

impl TryFrom<Select> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Select) -> Result<Locate, <Locate as TryFrom<Select>>::Error>

Performs the conversion.
Source§

impl TryFrom<SelectCondition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SelectCondition, ) -> Result<Locate, <Locate as TryFrom<SelectCondition>>::Error>

Performs the conversion.
Source§

impl TryFrom<SelectExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SelectExpression, ) -> Result<Locate, <Locate as TryFrom<SelectExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<SelectExpressionAnd> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SelectExpressionAnd, ) -> Result<Locate, <Locate as TryFrom<SelectExpressionAnd>>::Error>

Performs the conversion.
Source§

impl TryFrom<SelectExpressionCrossSet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SelectExpressionCrossSet, ) -> Result<Locate, <Locate as TryFrom<SelectExpressionCrossSet>>::Error>

Performs the conversion.
Source§

impl TryFrom<SelectExpressionNot> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SelectExpressionNot, ) -> Result<Locate, <Locate as TryFrom<SelectExpressionNot>>::Error>

Performs the conversion.
Source§

impl TryFrom<SelectExpressionOr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SelectExpressionOr, ) -> Result<Locate, <Locate as TryFrom<SelectExpressionOr>>::Error>

Performs the conversion.
Source§

impl TryFrom<SelectExpressionParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SelectExpressionParen, ) -> Result<Locate, <Locate as TryFrom<SelectExpressionParen>>::Error>

Performs the conversion.
Source§

impl TryFrom<SelectExpressionWith> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SelectExpressionWith, ) -> Result<Locate, <Locate as TryFrom<SelectExpressionWith>>::Error>

Performs the conversion.
Source§

impl TryFrom<SeqBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: SeqBlock) -> Result<Locate, <Locate as TryFrom<SeqBlock>>::Error>

Performs the conversion.
Source§

impl TryFrom<SeqInputList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SeqInputList, ) -> Result<Locate, <Locate as TryFrom<SeqInputList>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceAbbrev> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceAbbrev, ) -> Result<Locate, <Locate as TryFrom<SequenceAbbrev>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceActualArg> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceActualArg, ) -> Result<Locate, <Locate as TryFrom<SequenceActualArg>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceDeclaration, ) -> Result<Locate, <Locate as TryFrom<SequenceDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceExpr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceExpr, ) -> Result<Locate, <Locate as TryFrom<SequenceExpr>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceExprBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceExprBinary, ) -> Result<Locate, <Locate as TryFrom<SequenceExprBinary>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceExprClockingEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceExprClockingEvent, ) -> Result<Locate, <Locate as TryFrom<SequenceExprClockingEvent>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceExprCycleDelayExpr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceExprCycleDelayExpr, ) -> Result<Locate, <Locate as TryFrom<SequenceExprCycleDelayExpr>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceExprExprCycleDelayExpr> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceExprExprCycleDelayExpr, ) -> Result<Locate, <Locate as TryFrom<SequenceExprExprCycleDelayExpr>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceExprExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceExprExpression, ) -> Result<Locate, <Locate as TryFrom<SequenceExprExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceExprFirstMatch> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceExprFirstMatch, ) -> Result<Locate, <Locate as TryFrom<SequenceExprFirstMatch>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceExprInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceExprInstance, ) -> Result<Locate, <Locate as TryFrom<SequenceExprInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceExprParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceExprParen, ) -> Result<Locate, <Locate as TryFrom<SequenceExprParen>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceExprThroughout> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceExprThroughout, ) -> Result<Locate, <Locate as TryFrom<SequenceExprThroughout>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceFormalType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceFormalType, ) -> Result<Locate, <Locate as TryFrom<SequenceFormalType>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceIdentifier, ) -> Result<Locate, <Locate as TryFrom<SequenceIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceInstance, ) -> Result<Locate, <Locate as TryFrom<SequenceInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceListOfArguments> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceListOfArguments, ) -> Result<Locate, <Locate as TryFrom<SequenceListOfArguments>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceListOfArgumentsNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceListOfArgumentsNamed, ) -> Result<Locate, <Locate as TryFrom<SequenceListOfArgumentsNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceListOfArgumentsOrdered> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceListOfArgumentsOrdered, ) -> Result<Locate, <Locate as TryFrom<SequenceListOfArgumentsOrdered>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceLvarPortDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceLvarPortDirection, ) -> Result<Locate, <Locate as TryFrom<SequenceLvarPortDirection>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceMatchItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceMatchItem, ) -> Result<Locate, <Locate as TryFrom<SequenceMatchItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequenceMethodCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequenceMethodCall, ) -> Result<Locate, <Locate as TryFrom<SequenceMethodCall>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequencePortItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequencePortItem, ) -> Result<Locate, <Locate as TryFrom<SequencePortItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequencePortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequencePortList, ) -> Result<Locate, <Locate as TryFrom<SequencePortList>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequentialBody> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequentialBody, ) -> Result<Locate, <Locate as TryFrom<SequentialBody>>::Error>

Performs the conversion.
Source§

impl TryFrom<SequentialEntry> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SequentialEntry, ) -> Result<Locate, <Locate as TryFrom<SequentialEntry>>::Error>

Performs the conversion.
Source§

impl TryFrom<SetCovergroupExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SetCovergroupExpression, ) -> Result<Locate, <Locate as TryFrom<SetCovergroupExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<SetupTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SetupTimingCheck, ) -> Result<Locate, <Locate as TryFrom<SetupTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<SetupholdTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SetupholdTimingCheck, ) -> Result<Locate, <Locate as TryFrom<SetupholdTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<ShowcancelledDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ShowcancelledDeclaration, ) -> Result<Locate, <Locate as TryFrom<ShowcancelledDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<Sign> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Sign) -> Result<Locate, <Locate as TryFrom<Sign>>::Error>

Performs the conversion.
Source§

impl TryFrom<SignalIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SignalIdentifier, ) -> Result<Locate, <Locate as TryFrom<SignalIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<Signing> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Signing) -> Result<Locate, <Locate as TryFrom<Signing>>::Error>

Performs the conversion.
Source§

impl TryFrom<SimpleIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SimpleIdentifier, ) -> Result<Locate, <Locate as TryFrom<SimpleIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<SimpleImmediateAssertStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SimpleImmediateAssertStatement, ) -> Result<Locate, <Locate as TryFrom<SimpleImmediateAssertStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<SimpleImmediateAssertionStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SimpleImmediateAssertionStatement, ) -> Result<Locate, <Locate as TryFrom<SimpleImmediateAssertionStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<SimpleImmediateAssumeStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SimpleImmediateAssumeStatement, ) -> Result<Locate, <Locate as TryFrom<SimpleImmediateAssumeStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<SimpleImmediateCoverStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SimpleImmediateCoverStatement, ) -> Result<Locate, <Locate as TryFrom<SimpleImmediateCoverStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<SimplePathDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SimplePathDeclaration, ) -> Result<Locate, <Locate as TryFrom<SimplePathDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<SimplePathDeclarationFull> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SimplePathDeclarationFull, ) -> Result<Locate, <Locate as TryFrom<SimplePathDeclarationFull>>::Error>

Performs the conversion.
Source§

impl TryFrom<SimplePathDeclarationParallel> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SimplePathDeclarationParallel, ) -> Result<Locate, <Locate as TryFrom<SimplePathDeclarationParallel>>::Error>

Performs the conversion.
Source§

impl TryFrom<SimpleType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SimpleType, ) -> Result<Locate, <Locate as TryFrom<SimpleType>>::Error>

Performs the conversion.
Source§

impl TryFrom<Size> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Size) -> Result<Locate, <Locate as TryFrom<Size>>::Error>

Performs the conversion.
Source§

impl TryFrom<SkewTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SkewTimingCheck, ) -> Result<Locate, <Locate as TryFrom<SkewTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<SliceSize> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SliceSize, ) -> Result<Locate, <Locate as TryFrom<SliceSize>>::Error>

Performs the conversion.
Source§

impl TryFrom<Soft> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Soft) -> Result<Locate, <Locate as TryFrom<Soft>>::Error>

Performs the conversion.
Source§

impl TryFrom<SolveBeforeList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SolveBeforeList, ) -> Result<Locate, <Locate as TryFrom<SolveBeforeList>>::Error>

Performs the conversion.
Source§

impl TryFrom<SourceDescription> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SourceDescription, ) -> Result<Locate, <Locate as TryFrom<SourceDescription>>::Error>

Performs the conversion.
Source§

impl TryFrom<SourceDescriptionNotDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SourceDescriptionNotDirective, ) -> Result<Locate, <Locate as TryFrom<SourceDescriptionNotDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<SourceText> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SourceText, ) -> Result<Locate, <Locate as TryFrom<SourceText>>::Error>

Performs the conversion.
Source§

impl TryFrom<SpecifyBlock> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SpecifyBlock, ) -> Result<Locate, <Locate as TryFrom<SpecifyBlock>>::Error>

Performs the conversion.
Source§

impl TryFrom<SpecifyInputTerminalDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SpecifyInputTerminalDescriptor, ) -> Result<Locate, <Locate as TryFrom<SpecifyInputTerminalDescriptor>>::Error>

Performs the conversion.
Source§

impl TryFrom<SpecifyItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SpecifyItem, ) -> Result<Locate, <Locate as TryFrom<SpecifyItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<SpecifyOutputTerminalDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SpecifyOutputTerminalDescriptor, ) -> Result<Locate, <Locate as TryFrom<SpecifyOutputTerminalDescriptor>>::Error>

Performs the conversion.
Source§

impl TryFrom<SpecifyTerminalDescriptor> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SpecifyTerminalDescriptor, ) -> Result<Locate, <Locate as TryFrom<SpecifyTerminalDescriptor>>::Error>

Performs the conversion.
Source§

impl TryFrom<SpecparamAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SpecparamAssignment, ) -> Result<Locate, <Locate as TryFrom<SpecparamAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<SpecparamAssignmentMintypmax> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SpecparamAssignmentMintypmax, ) -> Result<Locate, <Locate as TryFrom<SpecparamAssignmentMintypmax>>::Error>

Performs the conversion.
Source§

impl TryFrom<SpecparamDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SpecparamDeclaration, ) -> Result<Locate, <Locate as TryFrom<SpecparamDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<SpecparamIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SpecparamIdentifier, ) -> Result<Locate, <Locate as TryFrom<SpecparamIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<StartEdgeOffset> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StartEdgeOffset, ) -> Result<Locate, <Locate as TryFrom<StartEdgeOffset>>::Error>

Performs the conversion.
Source§

impl TryFrom<StateDependentPathDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StateDependentPathDeclaration, ) -> Result<Locate, <Locate as TryFrom<StateDependentPathDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<StateDependentPathDeclarationIfEdgeSensitive> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StateDependentPathDeclarationIfEdgeSensitive, ) -> Result<Locate, <Locate as TryFrom<StateDependentPathDeclarationIfEdgeSensitive>>::Error>

Performs the conversion.
Source§

impl TryFrom<StateDependentPathDeclarationIfNone> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StateDependentPathDeclarationIfNone, ) -> Result<Locate, <Locate as TryFrom<StateDependentPathDeclarationIfNone>>::Error>

Performs the conversion.
Source§

impl TryFrom<StateDependentPathDeclarationIfSimple> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StateDependentPathDeclarationIfSimple, ) -> Result<Locate, <Locate as TryFrom<StateDependentPathDeclarationIfSimple>>::Error>

Performs the conversion.
Source§

impl TryFrom<Statement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Statement, ) -> Result<Locate, <Locate as TryFrom<Statement>>::Error>

Performs the conversion.
Source§

impl TryFrom<StatementItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StatementItem, ) -> Result<Locate, <Locate as TryFrom<StatementItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<StatementOrNull> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StatementOrNull, ) -> Result<Locate, <Locate as TryFrom<StatementOrNull>>::Error>

Performs the conversion.
Source§

impl TryFrom<StatementOrNullAttribute> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StatementOrNullAttribute, ) -> Result<Locate, <Locate as TryFrom<StatementOrNullAttribute>>::Error>

Performs the conversion.
Source§

impl TryFrom<Static> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Static) -> Result<Locate, <Locate as TryFrom<Static>>::Error>

Performs the conversion.
Source§

impl TryFrom<StreamConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StreamConcatenation, ) -> Result<Locate, <Locate as TryFrom<StreamConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<StreamExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StreamExpression, ) -> Result<Locate, <Locate as TryFrom<StreamExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<StreamOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StreamOperator, ) -> Result<Locate, <Locate as TryFrom<StreamOperator>>::Error>

Performs the conversion.
Source§

impl TryFrom<StreamingConcatenation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StreamingConcatenation, ) -> Result<Locate, <Locate as TryFrom<StreamingConcatenation>>::Error>

Performs the conversion.
Source§

impl TryFrom<Strength> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Strength) -> Result<Locate, <Locate as TryFrom<Strength>>::Error>

Performs the conversion.
Source§

impl TryFrom<Strength0> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Strength0, ) -> Result<Locate, <Locate as TryFrom<Strength0>>::Error>

Performs the conversion.
Source§

impl TryFrom<Strength1> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Strength1, ) -> Result<Locate, <Locate as TryFrom<Strength1>>::Error>

Performs the conversion.
Source§

impl TryFrom<StringLiteral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StringLiteral, ) -> Result<Locate, <Locate as TryFrom<StringLiteral>>::Error>

Performs the conversion.
Source§

impl TryFrom<StructUnion> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StructUnion, ) -> Result<Locate, <Locate as TryFrom<StructUnion>>::Error>

Performs the conversion.
Source§

impl TryFrom<StructUnionMember> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StructUnionMember, ) -> Result<Locate, <Locate as TryFrom<StructUnionMember>>::Error>

Performs the conversion.
Source§

impl TryFrom<StructurePatternKey> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: StructurePatternKey, ) -> Result<Locate, <Locate as TryFrom<StructurePatternKey>>::Error>

Performs the conversion.
Source§

impl TryFrom<SubroutineCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SubroutineCall, ) -> Result<Locate, <Locate as TryFrom<SubroutineCall>>::Error>

Performs the conversion.
Source§

impl TryFrom<SubroutineCallRandomize> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SubroutineCallRandomize, ) -> Result<Locate, <Locate as TryFrom<SubroutineCallRandomize>>::Error>

Performs the conversion.
Source§

impl TryFrom<SubroutineCallStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SubroutineCallStatement, ) -> Result<Locate, <Locate as TryFrom<SubroutineCallStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<SubroutineCallStatementFunction> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SubroutineCallStatementFunction, ) -> Result<Locate, <Locate as TryFrom<SubroutineCallStatementFunction>>::Error>

Performs the conversion.
Source§

impl TryFrom<Symbol> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Symbol) -> Result<Locate, <Locate as TryFrom<Symbol>>::Error>

Performs the conversion.
Source§

impl TryFrom<SystemTfCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SystemTfCall, ) -> Result<Locate, <Locate as TryFrom<SystemTfCall>>::Error>

Performs the conversion.
Source§

impl TryFrom<SystemTfCallArgDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SystemTfCallArgDataType, ) -> Result<Locate, <Locate as TryFrom<SystemTfCallArgDataType>>::Error>

Performs the conversion.
Source§

impl TryFrom<SystemTfCallArgExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SystemTfCallArgExpression, ) -> Result<Locate, <Locate as TryFrom<SystemTfCallArgExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<SystemTfCallArgOptional> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SystemTfCallArgOptional, ) -> Result<Locate, <Locate as TryFrom<SystemTfCallArgOptional>>::Error>

Performs the conversion.
Source§

impl TryFrom<SystemTfIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SystemTfIdentifier, ) -> Result<Locate, <Locate as TryFrom<SystemTfIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<SystemTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: SystemTimingCheck, ) -> Result<Locate, <Locate as TryFrom<SystemTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<TPathDelayExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TPathDelayExpression, ) -> Result<Locate, <Locate as TryFrom<TPathDelayExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<TaggedUnionExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TaggedUnionExpression, ) -> Result<Locate, <Locate as TryFrom<TaggedUnionExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<TaskBodyDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TaskBodyDeclaration, ) -> Result<Locate, <Locate as TryFrom<TaskBodyDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<TaskBodyDeclarationWithPort> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TaskBodyDeclarationWithPort, ) -> Result<Locate, <Locate as TryFrom<TaskBodyDeclarationWithPort>>::Error>

Performs the conversion.
Source§

impl TryFrom<TaskBodyDeclarationWithoutPort> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TaskBodyDeclarationWithoutPort, ) -> Result<Locate, <Locate as TryFrom<TaskBodyDeclarationWithoutPort>>::Error>

Performs the conversion.
Source§

impl TryFrom<TaskDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TaskDeclaration, ) -> Result<Locate, <Locate as TryFrom<TaskDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<TaskIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TaskIdentifier, ) -> Result<Locate, <Locate as TryFrom<TaskIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<TaskPrototype> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TaskPrototype, ) -> Result<Locate, <Locate as TryFrom<TaskPrototype>>::Error>

Performs the conversion.
Source§

impl TryFrom<TerminalIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TerminalIdentifier, ) -> Result<Locate, <Locate as TryFrom<TerminalIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<TextMacroDefinition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TextMacroDefinition, ) -> Result<Locate, <Locate as TryFrom<TextMacroDefinition>>::Error>

Performs the conversion.
Source§

impl TryFrom<TextMacroIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TextMacroIdentifier, ) -> Result<Locate, <Locate as TryFrom<TextMacroIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<TextMacroName> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TextMacroName, ) -> Result<Locate, <Locate as TryFrom<TextMacroName>>::Error>

Performs the conversion.
Source§

impl TryFrom<TextMacroUsage> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TextMacroUsage, ) -> Result<Locate, <Locate as TryFrom<TextMacroUsage>>::Error>

Performs the conversion.
Source§

impl TryFrom<TfCall> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: TfCall) -> Result<Locate, <Locate as TryFrom<TfCall>>::Error>

Performs the conversion.
Source§

impl TryFrom<TfIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TfIdentifier, ) -> Result<Locate, <Locate as TryFrom<TfIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<TfItemDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TfItemDeclaration, ) -> Result<Locate, <Locate as TryFrom<TfItemDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<TfPortDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TfPortDeclaration, ) -> Result<Locate, <Locate as TryFrom<TfPortDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<TfPortDirection> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TfPortDirection, ) -> Result<Locate, <Locate as TryFrom<TfPortDirection>>::Error>

Performs the conversion.
Source§

impl TryFrom<TfPortItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TfPortItem, ) -> Result<Locate, <Locate as TryFrom<TfPortItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<TfPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TfPortList, ) -> Result<Locate, <Locate as TryFrom<TfPortList>>::Error>

Performs the conversion.
Source§

impl TryFrom<Threshold> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: Threshold, ) -> Result<Locate, <Locate as TryFrom<Threshold>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimeLiteral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimeLiteral, ) -> Result<Locate, <Locate as TryFrom<TimeLiteral>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimeLiteralFixedPoint> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimeLiteralFixedPoint, ) -> Result<Locate, <Locate as TryFrom<TimeLiteralFixedPoint>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimeLiteralUnsigned> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimeLiteralUnsigned, ) -> Result<Locate, <Locate as TryFrom<TimeLiteralUnsigned>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimeUnit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: TimeUnit) -> Result<Locate, <Locate as TryFrom<TimeUnit>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimecheckCondition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimecheckCondition, ) -> Result<Locate, <Locate as TryFrom<TimecheckCondition>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimescaleCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimescaleCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<TimescaleCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimeskewTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimeskewTimingCheck, ) -> Result<Locate, <Locate as TryFrom<TimeskewTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimestampCondition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimestampCondition, ) -> Result<Locate, <Locate as TryFrom<TimestampCondition>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimeunitsDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimeunitsDeclaration, ) -> Result<Locate, <Locate as TryFrom<TimeunitsDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimeunitsDeclarationTimeprecision> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimeunitsDeclarationTimeprecision, ) -> Result<Locate, <Locate as TryFrom<TimeunitsDeclarationTimeprecision>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimeunitsDeclarationTimeprecisionTimeunit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimeunitsDeclarationTimeprecisionTimeunit, ) -> Result<Locate, <Locate as TryFrom<TimeunitsDeclarationTimeprecisionTimeunit>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimeunitsDeclarationTimeunit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimeunitsDeclarationTimeunit, ) -> Result<Locate, <Locate as TryFrom<TimeunitsDeclarationTimeunit>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimeunitsDeclarationTimeunitTimeprecision> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimeunitsDeclarationTimeunitTimeprecision, ) -> Result<Locate, <Locate as TryFrom<TimeunitsDeclarationTimeunitTimeprecision>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimingCheckCondition> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimingCheckCondition, ) -> Result<Locate, <Locate as TryFrom<TimingCheckCondition>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimingCheckConditionParen> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimingCheckConditionParen, ) -> Result<Locate, <Locate as TryFrom<TimingCheckConditionParen>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimingCheckEvent> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimingCheckEvent, ) -> Result<Locate, <Locate as TryFrom<TimingCheckEvent>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimingCheckEventControl> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimingCheckEventControl, ) -> Result<Locate, <Locate as TryFrom<TimingCheckEventControl>>::Error>

Performs the conversion.
Source§

impl TryFrom<TimingCheckLimit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TimingCheckLimit, ) -> Result<Locate, <Locate as TryFrom<TimingCheckLimit>>::Error>

Performs the conversion.
Source§

impl TryFrom<TopmoduleIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TopmoduleIdentifier, ) -> Result<Locate, <Locate as TryFrom<TopmoduleIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<TransItem> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TransItem, ) -> Result<Locate, <Locate as TryFrom<TransItem>>::Error>

Performs the conversion.
Source§

impl TryFrom<TransList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TransList, ) -> Result<Locate, <Locate as TryFrom<TransList>>::Error>

Performs the conversion.
Source§

impl TryFrom<TransRangeList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TransRangeList, ) -> Result<Locate, <Locate as TryFrom<TransRangeList>>::Error>

Performs the conversion.
Source§

impl TryFrom<TransRangeListArrow> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TransRangeListArrow, ) -> Result<Locate, <Locate as TryFrom<TransRangeListArrow>>::Error>

Performs the conversion.
Source§

impl TryFrom<TransRangeListAsterisk> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TransRangeListAsterisk, ) -> Result<Locate, <Locate as TryFrom<TransRangeListAsterisk>>::Error>

Performs the conversion.
Source§

impl TryFrom<TransRangeListEqual> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TransRangeListEqual, ) -> Result<Locate, <Locate as TryFrom<TransRangeListEqual>>::Error>

Performs the conversion.
Source§

impl TryFrom<TransSet> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: TransSet) -> Result<Locate, <Locate as TryFrom<TransSet>>::Error>

Performs the conversion.
Source§

impl TryFrom<TypeAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TypeAssignment, ) -> Result<Locate, <Locate as TryFrom<TypeAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<TypeDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TypeDeclaration, ) -> Result<Locate, <Locate as TryFrom<TypeDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<TypeDeclarationDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TypeDeclarationDataType, ) -> Result<Locate, <Locate as TryFrom<TypeDeclarationDataType>>::Error>

Performs the conversion.
Source§

impl TryFrom<TypeDeclarationInterface> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TypeDeclarationInterface, ) -> Result<Locate, <Locate as TryFrom<TypeDeclarationInterface>>::Error>

Performs the conversion.
Source§

impl TryFrom<TypeDeclarationKeyword> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TypeDeclarationKeyword, ) -> Result<Locate, <Locate as TryFrom<TypeDeclarationKeyword>>::Error>

Performs the conversion.
Source§

impl TryFrom<TypeDeclarationReserved> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TypeDeclarationReserved, ) -> Result<Locate, <Locate as TryFrom<TypeDeclarationReserved>>::Error>

Performs the conversion.
Source§

impl TryFrom<TypeIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TypeIdentifier, ) -> Result<Locate, <Locate as TryFrom<TypeIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<TypeReference> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TypeReference, ) -> Result<Locate, <Locate as TryFrom<TypeReference>>::Error>

Performs the conversion.
Source§

impl TryFrom<TypeReferenceDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TypeReferenceDataType, ) -> Result<Locate, <Locate as TryFrom<TypeReferenceDataType>>::Error>

Performs the conversion.
Source§

impl TryFrom<TypeReferenceExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: TypeReferenceExpression, ) -> Result<Locate, <Locate as TryFrom<TypeReferenceExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpAnsiDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpAnsiDeclaration, ) -> Result<Locate, <Locate as TryFrom<UdpAnsiDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpBody> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: UdpBody) -> Result<Locate, <Locate as TryFrom<UdpBody>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpDeclaration, ) -> Result<Locate, <Locate as TryFrom<UdpDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpDeclarationAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpDeclarationAnsi, ) -> Result<Locate, <Locate as TryFrom<UdpDeclarationAnsi>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpDeclarationExternAnsi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpDeclarationExternAnsi, ) -> Result<Locate, <Locate as TryFrom<UdpDeclarationExternAnsi>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpDeclarationExternNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpDeclarationExternNonansi, ) -> Result<Locate, <Locate as TryFrom<UdpDeclarationExternNonansi>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpDeclarationNonansi> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpDeclarationNonansi, ) -> Result<Locate, <Locate as TryFrom<UdpDeclarationNonansi>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpDeclarationPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpDeclarationPortList, ) -> Result<Locate, <Locate as TryFrom<UdpDeclarationPortList>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpDeclarationWildcard> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpDeclarationWildcard, ) -> Result<Locate, <Locate as TryFrom<UdpDeclarationWildcard>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpIdentifier, ) -> Result<Locate, <Locate as TryFrom<UdpIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpInitialStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpInitialStatement, ) -> Result<Locate, <Locate as TryFrom<UdpInitialStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpInputDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpInputDeclaration, ) -> Result<Locate, <Locate as TryFrom<UdpInputDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpInstance> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpInstance, ) -> Result<Locate, <Locate as TryFrom<UdpInstance>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpInstantiation> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpInstantiation, ) -> Result<Locate, <Locate as TryFrom<UdpInstantiation>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpNonansiDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpNonansiDeclaration, ) -> Result<Locate, <Locate as TryFrom<UdpNonansiDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpOutputDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpOutputDeclaration, ) -> Result<Locate, <Locate as TryFrom<UdpOutputDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpOutputDeclarationNonreg> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpOutputDeclarationNonreg, ) -> Result<Locate, <Locate as TryFrom<UdpOutputDeclarationNonreg>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpOutputDeclarationReg> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpOutputDeclarationReg, ) -> Result<Locate, <Locate as TryFrom<UdpOutputDeclarationReg>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpPortDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpPortDeclaration, ) -> Result<Locate, <Locate as TryFrom<UdpPortDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpPortList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpPortList, ) -> Result<Locate, <Locate as TryFrom<UdpPortList>>::Error>

Performs the conversion.
Source§

impl TryFrom<UdpRegDeclaration> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UdpRegDeclaration, ) -> Result<Locate, <Locate as TryFrom<UdpRegDeclaration>>::Error>

Performs the conversion.
Source§

impl TryFrom<UnaryModulePathOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UnaryModulePathOperator, ) -> Result<Locate, <Locate as TryFrom<UnaryModulePathOperator>>::Error>

Performs the conversion.
Source§

impl TryFrom<UnaryOperator> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UnaryOperator, ) -> Result<Locate, <Locate as TryFrom<UnaryOperator>>::Error>

Performs the conversion.
Source§

impl TryFrom<UnbasedUnsizedLiteral> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UnbasedUnsizedLiteral, ) -> Result<Locate, <Locate as TryFrom<UnbasedUnsizedLiteral>>::Error>

Performs the conversion.
Source§

impl TryFrom<UnconnectedDriveCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UnconnectedDriveCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<UnconnectedDriveCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<UndefineCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UndefineCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<UndefineCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<UndefineallCompilerDirective> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UndefineallCompilerDirective, ) -> Result<Locate, <Locate as TryFrom<UndefineallCompilerDirective>>::Error>

Performs the conversion.
Source§

impl TryFrom<UniquePriority> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UniquePriority, ) -> Result<Locate, <Locate as TryFrom<UniquePriority>>::Error>

Performs the conversion.
Source§

impl TryFrom<UniquenessConstraint> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UniquenessConstraint, ) -> Result<Locate, <Locate as TryFrom<UniquenessConstraint>>::Error>

Performs the conversion.
Source§

impl TryFrom<Unit> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Unit) -> Result<Locate, <Locate as TryFrom<Unit>>::Error>

Performs the conversion.
Source§

impl TryFrom<UnpackedDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UnpackedDimension, ) -> Result<Locate, <Locate as TryFrom<UnpackedDimension>>::Error>

Performs the conversion.
Source§

impl TryFrom<UnpackedDimensionExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UnpackedDimensionExpression, ) -> Result<Locate, <Locate as TryFrom<UnpackedDimensionExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<UnpackedDimensionRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UnpackedDimensionRange, ) -> Result<Locate, <Locate as TryFrom<UnpackedDimensionRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<UnsignedNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UnsignedNumber, ) -> Result<Locate, <Locate as TryFrom<UnsignedNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<UnsizedDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UnsizedDimension, ) -> Result<Locate, <Locate as TryFrom<UnsizedDimension>>::Error>

Performs the conversion.
Source§

impl TryFrom<UseClause> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UseClause, ) -> Result<Locate, <Locate as TryFrom<UseClause>>::Error>

Performs the conversion.
Source§

impl TryFrom<UseClauseCell> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UseClauseCell, ) -> Result<Locate, <Locate as TryFrom<UseClauseCell>>::Error>

Performs the conversion.
Source§

impl TryFrom<UseClauseCellNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UseClauseCellNamed, ) -> Result<Locate, <Locate as TryFrom<UseClauseCellNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<UseClauseNamed> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: UseClauseNamed, ) -> Result<Locate, <Locate as TryFrom<UseClauseNamed>>::Error>

Performs the conversion.
Source§

impl TryFrom<ValueRange> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ValueRange, ) -> Result<Locate, <Locate as TryFrom<ValueRange>>::Error>

Performs the conversion.
Source§

impl TryFrom<ValueRangeBinary> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: ValueRangeBinary, ) -> Result<Locate, <Locate as TryFrom<ValueRangeBinary>>::Error>

Performs the conversion.
Source§

impl TryFrom<Var> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Var) -> Result<Locate, <Locate as TryFrom<Var>>::Error>

Performs the conversion.
Source§

impl TryFrom<VarDataType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VarDataType, ) -> Result<Locate, <Locate as TryFrom<VarDataType>>::Error>

Performs the conversion.
Source§

impl TryFrom<VarDataTypeVar> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VarDataTypeVar, ) -> Result<Locate, <Locate as TryFrom<VarDataTypeVar>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableAssignment, ) -> Result<Locate, <Locate as TryFrom<VariableAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableDeclAssignment> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableDeclAssignment, ) -> Result<Locate, <Locate as TryFrom<VariableDeclAssignment>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableDeclAssignmentClass> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableDeclAssignmentClass, ) -> Result<Locate, <Locate as TryFrom<VariableDeclAssignmentClass>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableDeclAssignmentDynamicArray> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableDeclAssignmentDynamicArray, ) -> Result<Locate, <Locate as TryFrom<VariableDeclAssignmentDynamicArray>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableDeclAssignmentVariable> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableDeclAssignmentVariable, ) -> Result<Locate, <Locate as TryFrom<VariableDeclAssignmentVariable>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableDimension> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableDimension, ) -> Result<Locate, <Locate as TryFrom<VariableDimension>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableIdentifier, ) -> Result<Locate, <Locate as TryFrom<VariableIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableIdentifierList> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableIdentifierList, ) -> Result<Locate, <Locate as TryFrom<VariableIdentifierList>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableIdentifierListOrNull> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableIdentifierListOrNull, ) -> Result<Locate, <Locate as TryFrom<VariableIdentifierListOrNull>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableLvalue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableLvalue, ) -> Result<Locate, <Locate as TryFrom<VariableLvalue>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableLvalueIdentifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableLvalueIdentifier, ) -> Result<Locate, <Locate as TryFrom<VariableLvalueIdentifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableLvalueLvalue> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableLvalueLvalue, ) -> Result<Locate, <Locate as TryFrom<VariableLvalueLvalue>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariableLvaluePattern> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariableLvaluePattern, ) -> Result<Locate, <Locate as TryFrom<VariableLvaluePattern>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariablePortHeader> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariablePortHeader, ) -> Result<Locate, <Locate as TryFrom<VariablePortHeader>>::Error>

Performs the conversion.
Source§

impl TryFrom<VariablePortType> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VariablePortType, ) -> Result<Locate, <Locate as TryFrom<VariablePortType>>::Error>

Performs the conversion.
Source§

impl TryFrom<VectorScalar> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VectorScalar, ) -> Result<Locate, <Locate as TryFrom<VectorScalar>>::Error>

Performs the conversion.
Source§

impl TryFrom<VersionSpecifier> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: VersionSpecifier, ) -> Result<Locate, <Locate as TryFrom<VersionSpecifier>>::Error>

Performs the conversion.
Source§

impl TryFrom<Virtual> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Virtual) -> Result<Locate, <Locate as TryFrom<Virtual>>::Error>

Performs the conversion.
Source§

impl TryFrom<WaitStatement> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: WaitStatement, ) -> Result<Locate, <Locate as TryFrom<WaitStatement>>::Error>

Performs the conversion.
Source§

impl TryFrom<WaitStatementFork> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: WaitStatementFork, ) -> Result<Locate, <Locate as TryFrom<WaitStatementFork>>::Error>

Performs the conversion.
Source§

impl TryFrom<WaitStatementOrder> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: WaitStatementOrder, ) -> Result<Locate, <Locate as TryFrom<WaitStatementOrder>>::Error>

Performs the conversion.
Source§

impl TryFrom<WaitStatementWait> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: WaitStatementWait, ) -> Result<Locate, <Locate as TryFrom<WaitStatementWait>>::Error>

Performs the conversion.
Source§

impl TryFrom<WeightSpecification> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: WeightSpecification, ) -> Result<Locate, <Locate as TryFrom<WeightSpecification>>::Error>

Performs the conversion.
Source§

impl TryFrom<WeightSpecificationExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: WeightSpecificationExpression, ) -> Result<Locate, <Locate as TryFrom<WeightSpecificationExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<WhiteSpace> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: WhiteSpace, ) -> Result<Locate, <Locate as TryFrom<WhiteSpace>>::Error>

Performs the conversion.
Source§

impl TryFrom<WidthTimingCheck> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: WidthTimingCheck, ) -> Result<Locate, <Locate as TryFrom<WidthTimingCheck>>::Error>

Performs the conversion.
Source§

impl TryFrom<Wildcard> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: Wildcard) -> Result<Locate, <Locate as TryFrom<Wildcard>>::Error>

Performs the conversion.
Source§

impl TryFrom<WithCovergroupExpression> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from( x: WithCovergroupExpression, ) -> Result<Locate, <Locate as TryFrom<WithCovergroupExpression>>::Error>

Performs the conversion.
Source§

impl TryFrom<XNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: XNumber) -> Result<Locate, <Locate as TryFrom<XNumber>>::Error>

Performs the conversion.
Source§

impl TryFrom<ZNumber> for Locate

Source§

type Error = ()

The type returned in the event of a conversion error.
Source§

fn try_from(x: ZNumber) -> Result<Locate, <Locate as TryFrom<ZNumber>>::Error>

Performs the conversion.
Source§

impl Copy for Locate

Source§

impl StructuralPartialEq for Locate

Auto Trait Implementations§

§

impl Freeze for Locate

§

impl RefUnwindSafe for Locate

§

impl Send for Locate

§

impl Sync for Locate

§

impl Unpin for Locate

§

impl UnwindSafe for Locate

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.