Trait fuchsia_fs::file::AsyncGetSize
source · pub trait AsyncGetSize {
// Required method
fn poll_get_size(
self: Pin<&mut Self>,
cx: &mut Context<'_>,
) -> Poll<Result<u64>>;
}
Expand description
Trait for getting the size of the file asynchronously.