1
2
3
4
5
6
7
8
use tea_actorx_core::error::ActorX;
use tea_codec::define_scope;

define_scope! {
	ReplicaActor: ActorX {
		Errors;
	}
}