Lines Matching refs:ty
133 ty: ChannelTy<D>, field
148 writeln!(f, " ty: {:?},", self.ty)?; in fmt()
176 match self.ty { in is_port()
183 match self.ty { in is_connection()
221 ty: ChannelTy::Port(cfg.try_clone()?), in try_new_port()
227 Ok(Rc::try_new(Self { handle, ty: ChannelTy::Connection(data) })?) in try_new_connection()
517 ($vis:vis $wrapper:ident ($inner:ty: Service)) => {
522 ($vis:vis $wrapper:ident ($inner:ty: UnbufferedService)) => {
527 (@common $vis:vis $wrapper:ident $inner:ty) => {
538 (@buffered $wrapper:ident $inner:ty) => {
567 (@unbuffered $wrapper:ident $inner:ty) => {
1112 match &channel.ty { in handler()