Skip to main content

GLLBlockLabel

Type Alias GLLBlockLabel 

Source
pub type GLLBlockLabel<'a> = Rc<dyn Label<'a>>;
Expand description

A pointer to a Label.

Aliased Type§

pub struct GLLBlockLabel<'a> { /* private fields */ }

Trait Implementations§

Source§

impl<'a> TryFrom<Value<'a>> for GLLBlockLabel<'a>

Source§

type Error = ValueError<'a>

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

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

Performs the conversion.