pub trait Protocol {
    const PROTOCOL_ID: GUID;
}

Required Associated Constants§

Object Safety§

This trait is not object safe.

Implementors§