This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Alice ✨
welltypedwit.ch
did:plc:j7ri4agbraq6g3dfmyccxep2
hmmm but now this one doesn't work if the traitactually uses the T parameter right? (because you can't use it in Erased)
like, if you had
trait Generic<T> {
fn make() -> Box<T>;
fn name(&self, t: &T) -> &'static str;
}
2026-05-13T17:44:28.884Z