Struct unbase::context::Context [] [src]

pub struct Context(_);

Methods

impl Context
[src]

User interface functions - Programmer API for Context

[src]

Retrive a Subject from the root index by ID

Important traits for Vec<u8>
[src]

[src]

[src]

[src]

[src]

[src]

Important traits for Vec<u8>
[src]

[src]

[src]

[src]

Attempt to compress the present query context. We do this by issuing Relation memos for any subject heads which reference other subject heads presently in the query context. Then we can remove the now-referenced subject heads, and repeat the process in a topological fashion, confident that these referenced subject heads will necessarily be included in subsequent projection as a result.

[src]

impl Context
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Context
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Context
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Deref for Context
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

Auto Trait Implementations

impl Send for Context

impl Sync for Context