Trait ExtendedAttributeIteratorClientSender
Source pub trait ExtendedAttributeIteratorClientSender {
type Transport: Transport;
// Required method
fn get_next(
&self,
) -> Result<ResponseFuture<'_, Self::Transport, GetNext>, EncodeError>;
}
Expand description
A helper trait for the ExtendedAttributeIterator
client sender.
Get the next chunk of extended attribute names. If this is the last
chunk, last will be true, and the channel will be closed after the
call.
Get the next chunk of extended attribute names. If this is the last
chunk, last will be true, and the channel will be closed after the
call.