Trait enso_prelude::HasRefValue[][src]

pub trait HasRefValue {
    type RefValue: ?Sized;
}

Associated Types

Implementations on Foreign Types

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

type RefValue = T

Implementors

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

type RefValue = T