pub trait NamedJsFunction {
type Args: JsFunArgable;
type R: FromTs;
type Base;
// Required method
fn get(self) -> Self::Base;
}
pub trait NamedJsFunction {
type Args: JsFunArgable;
type R: FromTs;
type Base;
// Required method
fn get(self) -> Self::Base;
}