Function riker::system::query[][src]

Important traits for Box<R>
pub fn query<Msg, Ctx>(
    id: &String,
    keyspace: &String,
    es: &ActorRef<Msg>,
    ctx: &Ctx
) -> Box<Future<Item = Vec<Msg>, Error = Never> + Send> where
    Msg: Message,
    Ctx: TmpActorRefFactory<Msg = Msg>,