Trait josephine::compartment::Compartment [] [src]

pub trait Compartment: Copy + Debug + Eq + Hash { }

A marker trait for JS compartments. We mark it as Copy so that anything that uses [#derive{Copy)] will be copyable. Ditto Eq and Hash.

Implementors