Can you call a trait static method implemented by types from another trait static method implemented in the trait? For example:
trait SqlTable {
fn table_
SomeTrait::some_method()
._: Option
and pass it None::
.See original question for code that (as of today) compiles.