Skip to content
TILens What matters today in tech v0.0.5
Theme

Topic · Edition

Rust

1 items on 03 Apr 2023
Go Rust

Interfaces 101 : Extensible API Handlers Ep. 10

Introduction In episode 9, Miki discussed how a command flag can be decoded into a user defined type with the Value interface. As a recap, the Value interface consists of two methods: one for serializing the underlying…

Source: Ardan Labs Blog