Struct usdt_impl::Provider [−][src]
Expand description
The Provider represents a single DTrace provider, with a collection of probes.
Fields
name: Stringprobes: Vec<Probe>use_statements: Vec<ItemUse>Implementations
Return the representation of this provider in D source code.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Provider
impl UnwindSafe for Provider
Blanket Implementations
Mutably borrows from an owned value. Read more