valkyrie-types 0.0.8

Shard types for valkyrie language
Documentation
1
2
3
4
5
mod wasm;

pub(crate) trait ConvertTo<Item> {
    fn convert(&self) -> Item;
}