Type Alias MShared

Source
pub type MShared = Arc<Mutex<BufReader>>;

Aliased Type§

pub struct MShared { /* private fields */ }

Trait Implementations§

Source§

impl Crate for MShared

Source§

fn n(value: BufReader) -> Self

Source§

fn get_headers(&self, file: &File) -> String