pub trait Protocol {
    const PROTOCOL_ID: GUID;
}

Required Associated Constants§

Implementors§