pub trait RutabagaIntoRawDescriptor {
// Required method
fn into_raw_descriptor(self) -> RawDescriptor;
}
Expand description
Trait for forfeiting ownership of the current raw descriptor, and returning the raw descriptor
pub trait RutabagaIntoRawDescriptor {
// Required method
fn into_raw_descriptor(self) -> RawDescriptor;
}
Trait for forfeiting ownership of the current raw descriptor, and returning the raw descriptor