]> git.lizzy.rs Git - rust.git/blob - tests/source/visual-fn-type.rs
Add a visual fn type alias test
[rust.git] / tests / source / visual-fn-type.rs
1 // rustfmt-indent_style: Visual
2 type CNodeSetAtts = unsafe extern "C" fn(node: *const RsvgNode,
3                                          node_impl: *const RsvgCNodeImpl,
4                                          handle: *const RsvgHandle,
5                                          pbag: *const PropertyBag)
6                                          ;
7 type CNodeDraw = unsafe extern "C" fn(node: *const RsvgNode,
8                                       node_impl: *const RsvgCNodeImpl,
9                                       draw_ctx: *const RsvgDrawingCtx,
10                                       dominate: i32);