Trait io_arrays::EditAt[][src]

pub trait EditAt: ReadAt + WriteAt { }

A trait for reading and writing to arrays.

This trait simply combines ReadAt and WriteAt and has a blanket implementation for any type that implements both.

Implementors

impl<T: ReadAt + WriteAt> EditAt for T[src]

Loading content...