Trait fxfs::object_handle::GetProperties
source · pub trait GetProperties {
// Required method
fn get_properties<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<ObjectProperties, Error>> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
}
Required Methods§
sourcefn get_properties<'life0, 'async_trait>(
&'life0 self
) -> Pin<Box<dyn Future<Output = Result<ObjectProperties, Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn get_properties<'life0, 'async_trait>( &'life0 self ) -> Pin<Box<dyn Future<Output = Result<ObjectProperties, Error>> + Send + 'async_trait>>where Self: 'async_trait, 'life0: 'async_trait,
Gets the object’s properties.