Skip to main content

install

Function install 

Source
pub fn install(schema: &mut Schema, idents: &mut Idents)
Expand description

Installs the engine’s attributes into a schema and ident registry.

Idempotent: installing over a registry that already carries them (a schema decoded from a transactor handshake, say) leaves it unchanged.