Trait enso_flexer::prelude::HasRefValue[][src]

pub trait HasRefValue {
    type RefValue: ?Sized;
}

Associated Types

Loading content...

Implementations on Foreign Types

impl<'_, T> HasRefValue for &'_ T where
    T: ?Sized
[src]

type RefValue = T

Loading content...

Implementors

impl<T> HasRefValue for T where
    T: ?Sized
[src]

type RefValue = T

Loading content...