1 2 3 4 5
use crate::*; pub trait ToExternalMap<S: RopsMapState> { fn to_external<F: FileFormat>(self) -> RopsFileFormatMap<S, F>; }