Trait fuchsia_fs::file::AsyncGetSizeExt

source ·
pub trait AsyncGetSizeExt: AsyncGetSize {
    // Provided method
    fn get_size<'a>(&'a mut self) -> GetSize<'a, Self>
       where Self: Unpin { ... }
}
Expand description

An extension trait which adds utility methods to AsyncGetSize.

Provided Methods§

source

fn get_size<'a>(&'a mut self) -> GetSize<'a, Self>
where Self: Unpin,

Returns a future that will return the file size on success.

Object Safety§

This trait is not object safe.

Implementors§