[][src]Trait arnalisa::bins::FetchItem

pub trait FetchItem: Debug {
    fn fetch_item(&self, scope: &Scope) -> Result<Item>;
}

A trait for fetching an item from a scope.

Required methods

fn fetch_item(&self, scope: &Scope) -> Result<Item>

Fetch the item.

Loading content...

Implementors

impl<T: SourceBin> FetchItem for DataSource<T>[src]

Loading content...