[][src]Type Definition gluon_vm::channel::ChannelRecord

type ChannelRecord<S, R> = Record<HNil, HCons<(sender, S), HCons<(receiver, R), HNil>>>;