[][src]Trait subscript::view_sys::shared::AttributeValue

pub trait AttributeValue {
    fn normalize(&self) -> Either<Value<String>, Value<bool>>;
}

Required methods

Loading content...

Implementations on Foreign Types

impl<'_> AttributeValue for &'_ str[src]

impl AttributeValue for str[src]

impl AttributeValue for String[src]

impl<'_> AttributeValue for &'_ String[src]

impl AttributeValue for bool[src]

Loading content...

Implementors

impl AttributeValue for Formula<bool>[src]

impl AttributeValue for Signal<bool>[src]

impl<'_> AttributeValue for &'_ Formula<bool>[src]

impl<'_> AttributeValue for &'_ Signal<bool>[src]

impl<'_> AttributeValue for &'_ Signal<String>[src]

Loading content...