Function attr::retrieve [] [src]

pub fn retrieve<X, Z, A>(attr: A) -> Path<X, Z, A, Identity> where
    A: Attr<X>, 

retrieve is the starting point of a path that always returns a value.

Note that path creation starts inside out, this needs to be called with the innermost attribute.