RcStackValue

Type Alias RcStackValue 

Source
pub type RcStackValue = SafeRc<dyn StackValue>;
Expand description

Stack item.

Aliased Type§

pub struct RcStackValue(/* private fields */);

Implementations§

Trait Implementations§

Source§

impl<T: StackValue + 'static> From<Rc<T>> for RcStackValue

Source§

fn from(value: Rc<T>) -> Self

Converts to this type from the input type.
Source§

impl<T: StackValue + 'static> From<T> for RcStackValue

Source§

fn from(value: T) -> Self

Converts to this type from the input type.