mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-30 12:21:58 +00:00
remove todo
This commit is contained in:
@@ -483,7 +483,7 @@ where
|
|||||||
self.handler.metadata(method, ctx_ty)
|
self.handler.metadata(method, ctx_ty)
|
||||||
}
|
}
|
||||||
fn contexts(&self) -> Option<OrdSet<TypeId>> {
|
fn contexts(&self) -> Option<OrdSet<TypeId>> {
|
||||||
todo!()
|
Self::Context::type_ids()
|
||||||
}
|
}
|
||||||
fn method_from_dots(&self, method: &str, ctx_ty: TypeId) -> Option<VecDeque<&'static str>> {
|
fn method_from_dots(&self, method: &str, ctx_ty: TypeId) -> Option<VecDeque<&'static str>> {
|
||||||
self.handler.method_from_dots(method, ctx_ty)
|
self.handler.method_from_dots(method, ctx_ty)
|
||||||
|
|||||||
Reference in New Issue
Block a user