Trait enso_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...