pub struct TryMarker;
Trait Implementations§
source§impl Ord for TryMarker
impl Ord for TryMarker
source§impl PartialEq<TryMarker> for TryMarker
impl PartialEq<TryMarker> for TryMarker
source§impl PartialOrd<TryMarker> for TryMarker
impl PartialOrd<TryMarker> for TryMarker
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl ProtocolMarker for TryMarker
impl ProtocolMarker for TryMarker
§type Proxy = TryProxy
type Proxy = TryProxy
The type of the structure against which FIDL requests are made.
Queries made against the proxy are sent to the paired
ServerEnd
.§type RequestStream = TryRequestStream
type RequestStream = TryRequestStream
The type of the stream of requests coming into a server.
source§const DEBUG_NAME: &'static str = "(anonymous) Try"
const DEBUG_NAME: &'static str = "(anonymous) Try"
The name of the protocol suitable for debug purposes. Read more