pub trait IStorageFilePropertiesWithAvailability_Impl: Sized {
// Required method
fn IsAvailable(&self) -> Result<bool>;
}
Required Methods§
fn IsAvailable(&self) -> Result<bool>
Object Safety§
This trait is not object safe.
pub trait IStorageFilePropertiesWithAvailability_Impl: Sized {
// Required method
fn IsAvailable(&self) -> Result<bool>;
}