Type Definition rafx_base::resource_map::ReadOption[][src]

type ReadOption<T> = Option<Read<T>>;
Expand description

Same as Read, but will return None rather than being fatal