Trait polkadot_sdk_frame::traits::TryDrop
pub trait TryDrop: Sized {
// Required method
fn try_drop(self) -> Result<(), Self>;
}
Expand description
A type for which some values make sense to be able to drop without further consideration.
Required Methods§
Object Safety§
This trait is not object safe.