pub trait Release {
// Required method
fn release(&mut self) -> Result<(), Error>;
}👎Deprecated since 0.9.1: Call
SyncAssociation::release insteadExpand description
Trait with the behavior to synchronously release an association
Required Methods§
fn release(&mut self) -> Result<(), Error>
👎Deprecated since 0.9.1: Call
SyncAssociation::release instead