Trait tantivy::directory::SeekableWrite [] [src]

pub trait SeekableWrite: Seek + Write { }

Synonym of Seek + Write

Implementors