Trait unjson::ty::TyOf [] [src]

pub trait TyOf {
    fn ty(&self) -> Ty;
}

Required Methods

Implementors