[][src]Trait quack::Get

pub trait Get<T> {
    fn get(&self) -> T;
}

Get property.

Required methods

fn get(&self) -> T

Gets property value.

Loading content...

Implementations on Foreign Types

impl<'a, T, U> Get<T> for &'a RefCell<U> where
    U: Get<T>, 
[src]

impl<T, U> Get<T> for Rc<RefCell<U>> where
    U: Get<T>, 
[src]

Loading content...

Implementors

Loading content...