doc(interface-types) Add intra links.

This commit is contained in:
Ivan Enderlin
2020-02-21 12:23:58 +01:00
parent bae5cfbbe3
commit ea855d29bd
5 changed files with 31 additions and 24 deletions

View File

@ -5,7 +5,7 @@ use crate::interpreter::Instruction;
use std::str;
/// Represents the types supported by WIT.
#[derive(PartialEq, Clone, Debug)]
#[derive(PartialEq, Debug)]
pub enum InterfaceType {
/// An integer.
Int,