Trait binread::file_ptr::IntoSeekFrom[][src]

pub trait IntoSeekFrom: Copy {
    fn into_seek_from(self) -> SeekFrom;
}
Expand description

Used to allow any convert any type castable to i64 into a SeekFrom::Current

Required methods

Implementations on Foreign Types

Implementors