Trait opentitanlib::transport::MaintainConnection
source · pub trait MaintainConnection { }
Expand description
As long as this object is kept alive, the Transport
driver may assume that no other
opentitantool
processes attempt to access the same debugger device. This allows for
optimzations such as keeping USB handles open across function invocations.
Implementations on Foreign Types§
impl MaintainConnection for ()
No-op implmentation of the trait, for use by Transport
implementations that do not do
any optimizations to maintain connection between method calls.