pub trait Kitsune: 'static + Send + Sync + Debug { // Required method fn space(&self, space: SpaceId) -> BoxFut<'_, K2Result<DynSpace>>; }
The top-level Kitsune2 api trait.
Get an existing space with the provided SpaceId or create a new one.