tea-tokenstate-actor-codec 0.2.0-dev.1

The TEA SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
use tea_actorx_core::error::ActorX;
use tea_codec::define_scope;

define_scope! {
	TokenstateActor: ActorX {
		Errors;
		GluesqlError;
		IoError;
		DbNotFound;
	}
}