Skip to content

Commit

Permalink
document
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Aug 17, 2024
1 parent ef74009 commit 5a5526a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,13 @@ pub mod types {
pub use xobject::SMaskInData;
}

/// Dummy
/// A number of utility traits that can be used by a consumer.
pub mod traits {
use crate::writers::{FormXObject, Page, Pages, Resources, TilingPattern, Type3Font};

/// Dummy
/// A trait for getting the resource dictionary of an object.
pub trait ResourcesExt {
/// Dummy
/// Return the resources dictionary of the object.
fn resources(&mut self) -> Resources<'_>;
}

Expand Down

0 comments on commit 5a5526a

Please sign in to comment.