☰
tea_sdk
0.3.0-dev.7
IntoActor
Required Methods
into_actor
Implementors
In tea_sdk::actorx
?
Trait
tea_sdk
::
actorx
::
IntoActor
[
−
]
pub trait IntoActor { // Required method fn
into_actor
(self) ->
ActorId
; }
Required Methods
§
fn
into_actor
(self) ->
ActorId
Implementors
§
§
impl<T>
IntoActor
for T
where T:
AsRef
<[
u8
]>,