Oct 22 00:48:57.087 INFO checking postgis-0.6.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 00:48:57.087 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 22 00:48:57.645 INFO blam! e462cd21afff43cb289f43e18654858ccd0031c7f0b31cff50c797670c5b7ddf Oct 22 00:48:57.646 INFO running `"docker" "start" "-a" "e462cd21afff43cb289f43e18654858ccd0031c7f0b31cff50c797670c5b7ddf"` Oct 22 00:48:59.013 INFO kablam! usermod: no changes Oct 22 00:48:59.161 INFO kablam! Checking postgis v0.6.0 (/source) Oct 22 00:49:03.033 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.033 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.033 INFO kablam! | Oct 22 00:49:03.033 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.033 INFO kablam! 936 | | where Oct 22 00:49:03.033 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.033 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.033 INFO kablam! ... | Oct 22 00:49:03.033 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.033 INFO kablam! 967 | | } Oct 22 00:49:03.033 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.033 INFO kablam! Oct 22 00:49:03.033 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.033 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.033 INFO kablam! | Oct 22 00:49:03.033 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.033 INFO kablam! 936 | | where Oct 22 00:49:03.033 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.033 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.033 INFO kablam! ... | Oct 22 00:49:03.033 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.033 INFO kablam! 967 | | } Oct 22 00:49:03.033 INFO kablam! | |_^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.033 INFO kablam! Oct 22 00:49:03.033 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.033 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.033 INFO kablam! | Oct 22 00:49:03.033 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.033 INFO kablam! 936 | | where Oct 22 00:49:03.033 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.033 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.033 INFO kablam! ... | Oct 22 00:49:03.033 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.033 INFO kablam! 967 | | } Oct 22 00:49:03.033 INFO kablam! | |_^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.033 INFO kablam! Oct 22 00:49:03.033 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.033 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.033 INFO kablam! | Oct 22 00:49:03.033 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.033 INFO kablam! 936 | | where Oct 22 00:49:03.033 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.033 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.033 INFO kablam! ... | Oct 22 00:49:03.033 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.033 INFO kablam! 967 | | } Oct 22 00:49:03.033 INFO kablam! | |_^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.033 INFO kablam! Oct 22 00:49:03.033 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.033 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.033 INFO kablam! | Oct 22 00:49:03.033 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.033 INFO kablam! 936 | | where Oct 22 00:49:03.033 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.033 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.033 INFO kablam! ... | Oct 22 00:49:03.033 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.033 INFO kablam! 967 | | } Oct 22 00:49:03.033 INFO kablam! | |_^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.033 INFO kablam! Oct 22 00:49:03.033 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.033 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.033 INFO kablam! | Oct 22 00:49:03.033 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.033 INFO kablam! 936 | | where Oct 22 00:49:03.033 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.033 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.033 INFO kablam! ... | Oct 22 00:49:03.033 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.033 INFO kablam! 967 | | } Oct 22 00:49:03.033 INFO kablam! | |_^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.033 INFO kablam! Oct 22 00:49:03.212 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.212 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.212 INFO kablam! | Oct 22 00:49:03.212 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.212 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.212 INFO kablam! Oct 22 00:49:03.217 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.217 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.217 INFO kablam! | Oct 22 00:49:03.218 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.218 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.218 INFO kablam! Oct 22 00:49:03.218 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.219 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.219 INFO kablam! | Oct 22 00:49:03.219 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.220 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.220 INFO kablam! Oct 22 00:49:03.220 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.220 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.221 INFO kablam! | Oct 22 00:49:03.221 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.221 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.222 INFO kablam! Oct 22 00:49:03.222 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.222 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.222 INFO kablam! | Oct 22 00:49:03.223 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.223 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.223 INFO kablam! Oct 22 00:49:03.224 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.224 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.224 INFO kablam! | Oct 22 00:49:03.225 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.225 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.225 INFO kablam! Oct 22 00:49:03.232 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.232 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.232 INFO kablam! | Oct 22 00:49:03.233 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.233 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.233 INFO kablam! Oct 22 00:49:03.233 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.234 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.234 INFO kablam! | Oct 22 00:49:03.234 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.234 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.235 INFO kablam! Oct 22 00:49:03.235 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.235 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.236 INFO kablam! | Oct 22 00:49:03.236 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.236 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.237 INFO kablam! Oct 22 00:49:03.237 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.237 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.238 INFO kablam! | Oct 22 00:49:03.238 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.238 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.239 INFO kablam! Oct 22 00:49:03.239 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.239 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.239 INFO kablam! | Oct 22 00:49:03.240 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.240 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.240 INFO kablam! Oct 22 00:49:03.241 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.241 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.241 INFO kablam! | Oct 22 00:49:03.242 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.242 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.242 INFO kablam! Oct 22 00:49:03.243 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.243 INFO kablam! --> src/ewkb.rs:1257:1 Oct 22 00:49:03.243 INFO kablam! | Oct 22 00:49:03.244 INFO kablam! 1257 | / pub struct EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.244 INFO kablam! 1258 | | where Oct 22 00:49:03.244 INFO kablam! 1259 | | P: 'a + postgis::Point, Oct 22 00:49:03.245 INFO kablam! 1260 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.245 INFO kablam! ... | Oct 22 00:49:03.245 INFO kablam! 1284 | | pub point_type: PointType, Oct 22 00:49:03.245 INFO kablam! 1285 | | } Oct 22 00:49:03.246 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.246 INFO kablam! Oct 22 00:49:03.329 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.329 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.330 INFO kablam! | Oct 22 00:49:03.330 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.330 INFO kablam! 936 | | where Oct 22 00:49:03.331 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.331 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.331 INFO kablam! ... | Oct 22 00:49:03.331 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.332 INFO kablam! 967 | | } Oct 22 00:49:03.332 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.332 INFO kablam! Oct 22 00:49:03.333 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.333 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.333 INFO kablam! | Oct 22 00:49:03.333 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.334 INFO kablam! 936 | | where Oct 22 00:49:03.334 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.334 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.335 INFO kablam! ... | Oct 22 00:49:03.335 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.335 INFO kablam! 967 | | } Oct 22 00:49:03.336 INFO kablam! | |_^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.336 INFO kablam! Oct 22 00:49:03.336 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.336 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.337 INFO kablam! | Oct 22 00:49:03.337 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.337 INFO kablam! 936 | | where Oct 22 00:49:03.337 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.338 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.338 INFO kablam! ... | Oct 22 00:49:03.338 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.338 INFO kablam! 967 | | } Oct 22 00:49:03.339 INFO kablam! | |_^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.339 INFO kablam! Oct 22 00:49:03.339 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.339 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.340 INFO kablam! | Oct 22 00:49:03.340 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.340 INFO kablam! 936 | | where Oct 22 00:49:03.340 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.341 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.341 INFO kablam! ... | Oct 22 00:49:03.341 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.341 INFO kablam! 967 | | } Oct 22 00:49:03.342 INFO kablam! | |_^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.342 INFO kablam! Oct 22 00:49:03.342 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.342 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.342 INFO kablam! | Oct 22 00:49:03.343 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.343 INFO kablam! 936 | | where Oct 22 00:49:03.343 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.344 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.344 INFO kablam! ... | Oct 22 00:49:03.348 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.349 INFO kablam! 967 | | } Oct 22 00:49:03.349 INFO kablam! | |_^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.349 INFO kablam! Oct 22 00:49:03.349 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.350 INFO kablam! --> src/ewkb.rs:935:1 Oct 22 00:49:03.350 INFO kablam! | Oct 22 00:49:03.350 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.350 INFO kablam! 936 | | where Oct 22 00:49:03.351 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 22 00:49:03.351 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.351 INFO kablam! ... | Oct 22 00:49:03.351 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 22 00:49:03.352 INFO kablam! 967 | | } Oct 22 00:49:03.352 INFO kablam! | |_^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.352 INFO kablam! Oct 22 00:49:03.440 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.441 INFO kablam! --> src/ewkb.rs:1345:54 Oct 22 00:49:03.441 INFO kablam! | Oct 22 00:49:03.441 INFO kablam! 1345 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.442 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.442 INFO kablam! Oct 22 00:49:03.443 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.443 INFO kablam! --> src/ewkb.rs:1377:54 Oct 22 00:49:03.443 INFO kablam! | Oct 22 00:49:03.443 INFO kablam! 1377 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.443 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.444 INFO kablam! Oct 22 00:49:03.448 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.448 INFO kablam! --> src/ewkb.rs:547:9 Oct 22 00:49:03.448 INFO kablam! | Oct 22 00:49:03.448 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 22 00:49:03.448 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 22 00:49:03.448 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 22 00:49:03.448 INFO kablam! 550 | | { Oct 22 00:49:03.448 INFO kablam! ... | Oct 22 00:49:03.448 INFO kablam! 553 | | pub point_type: PointType, Oct 22 00:49:03.448 INFO kablam! 554 | | } Oct 22 00:49:03.448 INFO kablam! | |_________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.448 INFO kablam! ... Oct 22 00:49:03.448 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:03.448 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:03.448 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:03.448 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:03.448 INFO kablam! Oct 22 00:49:03.448 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.448 INFO kablam! --> src/ewkb.rs:562:24 Oct 22 00:49:03.448 INFO kablam! | Oct 22 00:49:03.448 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 22 00:49:03.448 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.448 INFO kablam! ... Oct 22 00:49:03.448 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:03.448 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:03.448 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:03.448 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:03.448 INFO kablam! Oct 22 00:49:03.448 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.448 INFO kablam! --> src/ewkb.rs:572:24 Oct 22 00:49:03.448 INFO kablam! | Oct 22 00:49:03.448 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 22 00:49:03.448 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.448 INFO kablam! ... Oct 22 00:49:03.448 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:03.448 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:03.448 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:03.448 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:03.448 INFO kablam! Oct 22 00:49:03.448 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.448 INFO kablam! --> src/ewkb.rs:609:9 Oct 22 00:49:03.448 INFO kablam! | Oct 22 00:49:03.448 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.448 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 22 00:49:03.448 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.448 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 22 00:49:03.448 INFO kablam! ... | Oct 22 00:49:03.448 INFO kablam! 617 | | pub point_type: PointType, Oct 22 00:49:03.448 INFO kablam! 618 | | } Oct 22 00:49:03.448 INFO kablam! | |_________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.448 INFO kablam! ... Oct 22 00:49:03.448 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:03.448 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:03.448 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:03.449 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:03.449 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:03.449 INFO kablam! Oct 22 00:49:03.455 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.455 INFO kablam! --> src/ewkb.rs:628:30 Oct 22 00:49:03.455 INFO kablam! | Oct 22 00:49:03.455 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.455 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.455 INFO kablam! ... Oct 22 00:49:03.455 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:03.455 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:03.455 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:03.456 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:03.456 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:03.456 INFO kablam! Oct 22 00:49:03.456 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.456 INFO kablam! --> src/ewkb.rs:640:30 Oct 22 00:49:03.456 INFO kablam! | Oct 22 00:49:03.456 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.456 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.456 INFO kablam! ... Oct 22 00:49:03.456 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:03.456 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:03.456 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:03.456 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:03.456 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:03.456 INFO kablam! Oct 22 00:49:03.457 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.457 INFO kablam! --> src/ewkb.rs:547:9 Oct 22 00:49:03.457 INFO kablam! | Oct 22 00:49:03.457 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 22 00:49:03.457 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 22 00:49:03.457 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 22 00:49:03.457 INFO kablam! 550 | | { Oct 22 00:49:03.457 INFO kablam! ... | Oct 22 00:49:03.457 INFO kablam! 553 | | pub point_type: PointType, Oct 22 00:49:03.457 INFO kablam! 554 | | } Oct 22 00:49:03.457 INFO kablam! | |_________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.457 INFO kablam! ... Oct 22 00:49:03.457 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:03.457 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:03.457 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:03.457 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:03.457 INFO kablam! Oct 22 00:49:03.464 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.464 INFO kablam! --> src/ewkb.rs:562:24 Oct 22 00:49:03.464 INFO kablam! | Oct 22 00:49:03.464 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 22 00:49:03.464 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.464 INFO kablam! ... Oct 22 00:49:03.464 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:03.464 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:03.464 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:03.464 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:03.464 INFO kablam! Oct 22 00:49:03.464 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.464 INFO kablam! --> src/ewkb.rs:572:24 Oct 22 00:49:03.464 INFO kablam! | Oct 22 00:49:03.464 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 22 00:49:03.464 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.464 INFO kablam! ... Oct 22 00:49:03.464 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:03.464 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:03.464 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:03.464 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:03.464 INFO kablam! Oct 22 00:49:03.464 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.464 INFO kablam! --> src/ewkb.rs:609:9 Oct 22 00:49:03.464 INFO kablam! | Oct 22 00:49:03.464 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.464 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 22 00:49:03.464 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.464 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 22 00:49:03.464 INFO kablam! ... | Oct 22 00:49:03.464 INFO kablam! 617 | | pub point_type: PointType, Oct 22 00:49:03.464 INFO kablam! 618 | | } Oct 22 00:49:03.464 INFO kablam! | |_________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.464 INFO kablam! ... Oct 22 00:49:03.464 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:03.464 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:03.464 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:03.464 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:03.464 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.464 INFO kablam! Oct 22 00:49:03.468 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.468 INFO kablam! --> src/ewkb.rs:628:30 Oct 22 00:49:03.468 INFO kablam! | Oct 22 00:49:03.468 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.468 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.468 INFO kablam! ... Oct 22 00:49:03.468 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:03.468 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:03.468 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:03.468 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:03.468 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.468 INFO kablam! Oct 22 00:49:03.468 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.468 INFO kablam! --> src/ewkb.rs:640:30 Oct 22 00:49:03.468 INFO kablam! | Oct 22 00:49:03.468 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.468 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.468 INFO kablam! ... Oct 22 00:49:03.468 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:03.468 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:03.468 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:03.468 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:03.468 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.468 INFO kablam! Oct 22 00:49:03.474 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.474 INFO kablam! --> src/ewkb.rs:677:9 Oct 22 00:49:03.474 INFO kablam! | Oct 22 00:49:03.474 INFO kablam! 677 | / pub struct $ewkbtype<'a, P, I, L, K, T, J> Oct 22 00:49:03.474 INFO kablam! 678 | | where P: 'a + postgis::Point, Oct 22 00:49:03.474 INFO kablam! 679 | | I: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.474 INFO kablam! 680 | | L: 'a + postgis::LineString<'a, ItemType=P, Iter=I>, Oct 22 00:49:03.474 INFO kablam! ... | Oct 22 00:49:03.475 INFO kablam! 687 | | pub point_type: PointType, Oct 22 00:49:03.475 INFO kablam! 688 | | } Oct 22 00:49:03.475 INFO kablam! | |_________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.475 INFO kablam! ... Oct 22 00:49:03.475 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:03.475 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:03.475 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:03.475 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:03.475 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.475 INFO kablam! Oct 22 00:49:03.484 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.484 INFO kablam! --> src/ewkb.rs:700:36 Oct 22 00:49:03.484 INFO kablam! | Oct 22 00:49:03.484 INFO kablam! 700 | impl<'a, P, I, L, K, T, J> fmt::Debug for $ewkbtype<'a, P, I, L, K, T, J> Oct 22 00:49:03.484 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.484 INFO kablam! ... Oct 22 00:49:03.484 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:03.484 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:03.484 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:03.484 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:03.484 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.484 INFO kablam! Oct 22 00:49:03.492 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.492 INFO kablam! --> src/ewkb.rs:714:36 Oct 22 00:49:03.492 INFO kablam! | Oct 22 00:49:03.492 INFO kablam! 714 | impl<'a, P, I, L, K, T, J> EwkbWrite for $ewkbtype<'a, P, I, L, K, T, J> Oct 22 00:49:03.492 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.492 INFO kablam! ... Oct 22 00:49:03.492 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:03.492 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:03.492 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:03.492 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:03.492 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.493 INFO kablam! Oct 22 00:49:03.493 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.493 INFO kablam! --> src/postgis.rs:98:24 Oct 22 00:49:03.493 INFO kablam! | Oct 22 00:49:03.493 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 22 00:49:03.493 INFO kablam! | ^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.493 INFO kablam! ... Oct 22 00:49:03.493 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 22 00:49:03.493 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 22 00:49:03.493 INFO kablam! Oct 22 00:49:03.493 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.493 INFO kablam! --> src/postgis.rs:112:30 Oct 22 00:49:03.493 INFO kablam! | Oct 22 00:49:03.493 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.493 INFO kablam! | ^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.493 INFO kablam! ... Oct 22 00:49:03.493 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 22 00:49:03.493 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 00:49:03.493 INFO kablam! Oct 22 00:49:03.493 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.493 INFO kablam! --> src/postgis.rs:98:24 Oct 22 00:49:03.493 INFO kablam! | Oct 22 00:49:03.493 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 22 00:49:03.493 INFO kablam! | ^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.493 INFO kablam! ... Oct 22 00:49:03.493 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 22 00:49:03.493 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 22 00:49:03.493 INFO kablam! Oct 22 00:49:03.493 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.493 INFO kablam! --> src/postgis.rs:112:30 Oct 22 00:49:03.493 INFO kablam! | Oct 22 00:49:03.493 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.493 INFO kablam! | ^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.493 INFO kablam! ... Oct 22 00:49:03.493 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 22 00:49:03.493 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 00:49:03.493 INFO kablam! Oct 22 00:49:03.493 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.493 INFO kablam! --> src/postgis.rs:128:36 Oct 22 00:49:03.493 INFO kablam! | Oct 22 00:49:03.493 INFO kablam! 128 | impl<'a, P, I, L, K, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, L, K, T, J> Oct 22 00:49:03.493 INFO kablam! | ^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.493 INFO kablam! ... Oct 22 00:49:03.493 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 22 00:49:03.493 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 00:49:03.493 INFO kablam! Oct 22 00:49:03.555 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.555 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.555 INFO kablam! | Oct 22 00:49:03.555 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.555 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.555 INFO kablam! Oct 22 00:49:03.555 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.555 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.555 INFO kablam! | Oct 22 00:49:03.555 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.555 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.555 INFO kablam! Oct 22 00:49:03.555 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.555 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.555 INFO kablam! | Oct 22 00:49:03.555 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.555 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.555 INFO kablam! Oct 22 00:49:03.555 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.555 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.555 INFO kablam! | Oct 22 00:49:03.555 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.555 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.555 INFO kablam! Oct 22 00:49:03.555 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.555 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.555 INFO kablam! | Oct 22 00:49:03.555 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.555 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.555 INFO kablam! Oct 22 00:49:03.555 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.555 INFO kablam! --> src/ewkb.rs:1027:54 Oct 22 00:49:03.555 INFO kablam! | Oct 22 00:49:03.555 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.555 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.555 INFO kablam! Oct 22 00:49:03.555 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.555 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.555 INFO kablam! | Oct 22 00:49:03.555 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.556 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.556 INFO kablam! Oct 22 00:49:03.556 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.556 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.556 INFO kablam! | Oct 22 00:49:03.556 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.556 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.556 INFO kablam! Oct 22 00:49:03.556 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.556 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.556 INFO kablam! | Oct 22 00:49:03.556 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.556 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.556 INFO kablam! Oct 22 00:49:03.556 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.556 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.556 INFO kablam! | Oct 22 00:49:03.556 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.556 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.556 INFO kablam! Oct 22 00:49:03.556 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.556 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.556 INFO kablam! | Oct 22 00:49:03.556 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.556 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.556 INFO kablam! Oct 22 00:49:03.556 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.556 INFO kablam! --> src/ewkb.rs:1059:54 Oct 22 00:49:03.556 INFO kablam! | Oct 22 00:49:03.556 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.556 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.556 INFO kablam! Oct 22 00:49:03.560 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.560 INFO kablam! --> src/ewkb.rs:1257:1 Oct 22 00:49:03.560 INFO kablam! | Oct 22 00:49:03.560 INFO kablam! 1257 | / pub struct EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 22 00:49:03.560 INFO kablam! 1258 | | where Oct 22 00:49:03.560 INFO kablam! 1259 | | P: 'a + postgis::Point, Oct 22 00:49:03.560 INFO kablam! 1260 | | PI: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.560 INFO kablam! ... | Oct 22 00:49:03.560 INFO kablam! 1284 | | pub point_type: PointType, Oct 22 00:49:03.560 INFO kablam! 1285 | | } Oct 22 00:49:03.560 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.560 INFO kablam! Oct 22 00:49:03.767 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.767 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:03.767 INFO kablam! | Oct 22 00:49:03.767 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:03.767 INFO kablam! 1009 | | &'a self, Oct 22 00:49:03.767 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:03.767 INFO kablam! 1011 | | 'a, Oct 22 00:49:03.767 INFO kablam! ... | Oct 22 00:49:03.767 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:03.767 INFO kablam! 1024 | | >; Oct 22 00:49:03.767 INFO kablam! | |______^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.767 INFO kablam! Oct 22 00:49:03.767 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.767 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:03.768 INFO kablam! | Oct 22 00:49:03.768 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:03.768 INFO kablam! 1009 | | &'a self, Oct 22 00:49:03.768 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:03.768 INFO kablam! 1011 | | 'a, Oct 22 00:49:03.768 INFO kablam! ... | Oct 22 00:49:03.768 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:03.768 INFO kablam! 1024 | | >; Oct 22 00:49:03.768 INFO kablam! | |______^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.768 INFO kablam! Oct 22 00:49:03.768 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.768 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:03.768 INFO kablam! | Oct 22 00:49:03.768 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:03.768 INFO kablam! 1009 | | &'a self, Oct 22 00:49:03.768 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:03.768 INFO kablam! 1011 | | 'a, Oct 22 00:49:03.768 INFO kablam! ... | Oct 22 00:49:03.768 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:03.768 INFO kablam! 1024 | | >; Oct 22 00:49:03.768 INFO kablam! | |______^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.768 INFO kablam! Oct 22 00:49:03.768 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.768 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:03.768 INFO kablam! | Oct 22 00:49:03.768 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:03.768 INFO kablam! 1009 | | &'a self, Oct 22 00:49:03.768 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:03.768 INFO kablam! 1011 | | 'a, Oct 22 00:49:03.769 INFO kablam! ... | Oct 22 00:49:03.769 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:03.769 INFO kablam! 1024 | | >; Oct 22 00:49:03.769 INFO kablam! | |______^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.769 INFO kablam! Oct 22 00:49:03.769 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.769 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:03.769 INFO kablam! | Oct 22 00:49:03.769 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:03.769 INFO kablam! 1009 | | &'a self, Oct 22 00:49:03.769 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:03.769 INFO kablam! 1011 | | 'a, Oct 22 00:49:03.769 INFO kablam! ... | Oct 22 00:49:03.769 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:03.769 INFO kablam! 1024 | | >; Oct 22 00:49:03.769 INFO kablam! | |______^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.769 INFO kablam! Oct 22 00:49:03.769 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.769 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:03.769 INFO kablam! | Oct 22 00:49:03.769 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:03.769 INFO kablam! 1009 | | &'a self, Oct 22 00:49:03.769 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:03.769 INFO kablam! 1011 | | 'a, Oct 22 00:49:03.769 INFO kablam! ... | Oct 22 00:49:03.769 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:03.769 INFO kablam! 1024 | | >; Oct 22 00:49:03.769 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.769 INFO kablam! Oct 22 00:49:03.796 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.796 INFO kablam! --> src/ewkb.rs:1345:54 Oct 22 00:49:03.796 INFO kablam! | Oct 22 00:49:03.796 INFO kablam! 1345 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 22 00:49:03.796 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.796 INFO kablam! Oct 22 00:49:03.796 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:03.796 INFO kablam! --> src/ewkb.rs:1377:54 Oct 22 00:49:03.796 INFO kablam! | Oct 22 00:49:03.796 INFO kablam! 1377 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 22 00:49:03.796 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:03.796 INFO kablam! Oct 22 00:49:03.808 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.808 INFO kablam! --> src/ewkb.rs:547:9 Oct 22 00:49:03.808 INFO kablam! | Oct 22 00:49:03.808 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 22 00:49:03.808 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 22 00:49:03.808 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 22 00:49:03.808 INFO kablam! 550 | | { Oct 22 00:49:03.808 INFO kablam! ... | Oct 22 00:49:03.808 INFO kablam! 553 | | pub point_type: PointType, Oct 22 00:49:03.808 INFO kablam! 554 | | } Oct 22 00:49:03.808 INFO kablam! | |_________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.808 INFO kablam! ... Oct 22 00:49:03.808 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:03.808 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:03.808 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:03.808 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:03.808 INFO kablam! Oct 22 00:49:03.808 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.808 INFO kablam! --> src/ewkb.rs:562:24 Oct 22 00:49:03.808 INFO kablam! | Oct 22 00:49:03.808 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 22 00:49:03.808 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.808 INFO kablam! ... Oct 22 00:49:03.808 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:03.808 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:03.808 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:03.808 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:03.808 INFO kablam! Oct 22 00:49:03.808 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.808 INFO kablam! --> src/ewkb.rs:572:24 Oct 22 00:49:03.808 INFO kablam! | Oct 22 00:49:03.808 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 22 00:49:03.808 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.808 INFO kablam! ... Oct 22 00:49:03.808 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:03.808 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:03.809 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:03.809 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:03.809 INFO kablam! Oct 22 00:49:03.809 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.809 INFO kablam! --> src/ewkb.rs:609:9 Oct 22 00:49:03.809 INFO kablam! | Oct 22 00:49:03.809 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.809 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 22 00:49:03.809 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.809 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 22 00:49:03.809 INFO kablam! ... | Oct 22 00:49:03.809 INFO kablam! 617 | | pub point_type: PointType, Oct 22 00:49:03.809 INFO kablam! 618 | | } Oct 22 00:49:03.809 INFO kablam! | |_________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.809 INFO kablam! ... Oct 22 00:49:03.809 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:03.809 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:03.809 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:03.809 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:03.809 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:03.809 INFO kablam! Oct 22 00:49:03.812 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.812 INFO kablam! --> src/ewkb.rs:628:30 Oct 22 00:49:03.812 INFO kablam! | Oct 22 00:49:03.812 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.812 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.812 INFO kablam! ... Oct 22 00:49:03.812 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:03.812 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:03.812 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:03.812 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:03.812 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:03.812 INFO kablam! Oct 22 00:49:03.812 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.812 INFO kablam! --> src/ewkb.rs:640:30 Oct 22 00:49:03.812 INFO kablam! | Oct 22 00:49:03.812 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.812 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.812 INFO kablam! ... Oct 22 00:49:03.812 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:03.812 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:03.812 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:03.812 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:03.812 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:03.812 INFO kablam! Oct 22 00:49:03.815 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.815 INFO kablam! --> src/ewkb.rs:547:9 Oct 22 00:49:03.815 INFO kablam! | Oct 22 00:49:03.815 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 22 00:49:03.815 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 22 00:49:03.815 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 22 00:49:03.815 INFO kablam! 550 | | { Oct 22 00:49:03.815 INFO kablam! ... | Oct 22 00:49:03.815 INFO kablam! 553 | | pub point_type: PointType, Oct 22 00:49:03.815 INFO kablam! 554 | | } Oct 22 00:49:03.815 INFO kablam! | |_________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.815 INFO kablam! ... Oct 22 00:49:03.815 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:03.815 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:03.815 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:03.815 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:03.815 INFO kablam! Oct 22 00:49:03.815 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.815 INFO kablam! --> src/ewkb.rs:562:24 Oct 22 00:49:03.815 INFO kablam! | Oct 22 00:49:03.815 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 22 00:49:03.815 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.815 INFO kablam! ... Oct 22 00:49:03.815 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:03.815 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:03.815 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:03.815 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:03.815 INFO kablam! Oct 22 00:49:03.815 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.815 INFO kablam! --> src/ewkb.rs:572:24 Oct 22 00:49:03.815 INFO kablam! | Oct 22 00:49:03.815 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 22 00:49:03.815 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.815 INFO kablam! ... Oct 22 00:49:03.815 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:03.815 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:03.815 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:03.815 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:03.815 INFO kablam! Oct 22 00:49:03.820 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.820 INFO kablam! --> src/ewkb.rs:609:9 Oct 22 00:49:03.820 INFO kablam! | Oct 22 00:49:03.820 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.820 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 22 00:49:03.820 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.820 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 22 00:49:03.820 INFO kablam! ... | Oct 22 00:49:03.820 INFO kablam! 617 | | pub point_type: PointType, Oct 22 00:49:03.820 INFO kablam! 618 | | } Oct 22 00:49:03.820 INFO kablam! | |_________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.820 INFO kablam! ... Oct 22 00:49:03.820 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:03.820 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:03.820 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:03.820 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:03.820 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.820 INFO kablam! Oct 22 00:49:03.826 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.826 INFO kablam! --> src/ewkb.rs:628:30 Oct 22 00:49:03.826 INFO kablam! | Oct 22 00:49:03.826 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.826 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.826 INFO kablam! ... Oct 22 00:49:03.826 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:03.826 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:03.826 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:03.826 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:03.826 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.826 INFO kablam! Oct 22 00:49:03.826 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.826 INFO kablam! --> src/ewkb.rs:640:30 Oct 22 00:49:03.826 INFO kablam! | Oct 22 00:49:03.826 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.826 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.826 INFO kablam! ... Oct 22 00:49:03.826 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:03.826 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:03.826 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:03.826 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:03.826 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.826 INFO kablam! Oct 22 00:49:03.834 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.834 INFO kablam! --> src/ewkb.rs:677:9 Oct 22 00:49:03.834 INFO kablam! | Oct 22 00:49:03.834 INFO kablam! 677 | / pub struct $ewkbtype<'a, P, I, L, K, T, J> Oct 22 00:49:03.834 INFO kablam! 678 | | where P: 'a + postgis::Point, Oct 22 00:49:03.834 INFO kablam! 679 | | I: 'a + Iterator + ExactSizeIterator, Oct 22 00:49:03.834 INFO kablam! 680 | | L: 'a + postgis::LineString<'a, ItemType=P, Iter=I>, Oct 22 00:49:03.834 INFO kablam! ... | Oct 22 00:49:03.834 INFO kablam! 687 | | pub point_type: PointType, Oct 22 00:49:03.834 INFO kablam! 688 | | } Oct 22 00:49:03.834 INFO kablam! | |_________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.834 INFO kablam! ... Oct 22 00:49:03.834 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:03.834 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:03.834 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:03.834 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:03.834 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.834 INFO kablam! Oct 22 00:49:03.845 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.845 INFO kablam! --> src/ewkb.rs:700:36 Oct 22 00:49:03.845 INFO kablam! | Oct 22 00:49:03.845 INFO kablam! 700 | impl<'a, P, I, L, K, T, J> fmt::Debug for $ewkbtype<'a, P, I, L, K, T, J> Oct 22 00:49:03.845 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.845 INFO kablam! ... Oct 22 00:49:03.845 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:03.845 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:03.845 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:03.845 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:03.845 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.845 INFO kablam! Oct 22 00:49:03.845 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.845 INFO kablam! --> src/ewkb.rs:714:36 Oct 22 00:49:03.845 INFO kablam! | Oct 22 00:49:03.845 INFO kablam! 714 | impl<'a, P, I, L, K, T, J> EwkbWrite for $ewkbtype<'a, P, I, L, K, T, J> Oct 22 00:49:03.845 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.845 INFO kablam! ... Oct 22 00:49:03.845 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:03.845 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:03.845 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:03.845 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:03.845 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:03.845 INFO kablam! Oct 22 00:49:03.859 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:03.859 INFO kablam! --> src/postgis.rs:98:24 Oct 22 00:49:03.859 INFO kablam! | Oct 22 00:49:03.859 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 22 00:49:03.859 INFO kablam! | ^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:03.859 INFO kablam! ... Oct 22 00:49:03.859 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 22 00:49:03.859 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 22 00:49:03.859 INFO kablam! Oct 22 00:49:03.859 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:03.859 INFO kablam! --> src/postgis.rs:112:30 Oct 22 00:49:03.860 INFO kablam! | Oct 22 00:49:03.860 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.860 INFO kablam! | ^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:03.860 INFO kablam! ... Oct 22 00:49:03.860 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 22 00:49:03.860 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 00:49:03.860 INFO kablam! Oct 22 00:49:03.863 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:03.863 INFO kablam! --> src/postgis.rs:98:24 Oct 22 00:49:03.863 INFO kablam! | Oct 22 00:49:03.863 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 22 00:49:03.863 INFO kablam! | ^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:03.863 INFO kablam! ... Oct 22 00:49:03.863 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 22 00:49:03.863 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 22 00:49:03.863 INFO kablam! Oct 22 00:49:03.863 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:03.863 INFO kablam! --> src/postgis.rs:112:30 Oct 22 00:49:03.863 INFO kablam! | Oct 22 00:49:03.863 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 22 00:49:03.863 INFO kablam! | ^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:03.863 INFO kablam! ... Oct 22 00:49:03.863 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 22 00:49:03.863 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 00:49:03.863 INFO kablam! Oct 22 00:49:03.872 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:03.872 INFO kablam! --> src/postgis.rs:128:36 Oct 22 00:49:03.872 INFO kablam! | Oct 22 00:49:03.872 INFO kablam! 128 | impl<'a, P, I, L, K, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, L, K, T, J> Oct 22 00:49:03.872 INFO kablam! | ^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:03.872 INFO kablam! ... Oct 22 00:49:03.872 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 22 00:49:03.872 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 00:49:03.872 INFO kablam! Oct 22 00:49:04.064 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.064 INFO kablam! --> src/ewkb.rs:1326:5 Oct 22 00:49:04.064 INFO kablam! | Oct 22 00:49:04.064 INFO kablam! 1326 | / fn as_ewkb( Oct 22 00:49:04.064 INFO kablam! 1327 | | &'a self, Oct 22 00:49:04.064 INFO kablam! 1328 | | ) -> EwkbGeometryCollection< Oct 22 00:49:04.064 INFO kablam! 1329 | | 'a, Oct 22 00:49:04.064 INFO kablam! ... | Oct 22 00:49:04.064 INFO kablam! 1341 | | Self::GeomCollection, Oct 22 00:49:04.064 INFO kablam! 1342 | | >; Oct 22 00:49:04.064 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.064 INFO kablam! Oct 22 00:49:04.112 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.112 INFO kablam! --> src/ewkb.rs:559:13 Oct 22 00:49:04.112 INFO kablam! | Oct 22 00:49:04.112 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 22 00:49:04.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.112 INFO kablam! ... Oct 22 00:49:04.112 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.112 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.112 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.112 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.112 INFO kablam! Oct 22 00:49:04.112 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.112 INFO kablam! --> src/ewkb.rs:625:13 Oct 22 00:49:04.112 INFO kablam! | Oct 22 00:49:04.112 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 22 00:49:04.112 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.112 INFO kablam! ... Oct 22 00:49:04.112 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.112 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.112 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.112 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.112 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.112 INFO kablam! Oct 22 00:49:04.120 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.120 INFO kablam! --> src/ewkb.rs:559:13 Oct 22 00:49:04.120 INFO kablam! | Oct 22 00:49:04.120 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 22 00:49:04.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.120 INFO kablam! ... Oct 22 00:49:04.120 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.120 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.120 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.120 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.120 INFO kablam! Oct 22 00:49:04.132 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.132 INFO kablam! --> src/ewkb.rs:625:13 Oct 22 00:49:04.132 INFO kablam! | Oct 22 00:49:04.132 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 22 00:49:04.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.132 INFO kablam! ... Oct 22 00:49:04.132 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.132 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.132 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.132 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.132 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.132 INFO kablam! Oct 22 00:49:04.155 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.155 INFO kablam! --> src/ewkb.rs:697:13 Oct 22 00:49:04.155 INFO kablam! | Oct 22 00:49:04.155 INFO kablam! 697 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter>; Oct 22 00:49:04.155 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.155 INFO kablam! ... Oct 22 00:49:04.155 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.155 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.155 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.155 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.155 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.155 INFO kablam! Oct 22 00:49:04.164 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.164 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.164 INFO kablam! | Oct 22 00:49:04.164 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.164 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.164 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.164 INFO kablam! 1056 | | } Oct 22 00:49:04.164 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.165 INFO kablam! Oct 22 00:49:04.165 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.165 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.165 INFO kablam! | Oct 22 00:49:04.165 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.165 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.165 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.165 INFO kablam! 1056 | | } Oct 22 00:49:04.165 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.165 INFO kablam! Oct 22 00:49:04.165 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.165 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.165 INFO kablam! | Oct 22 00:49:04.165 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.165 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.165 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.165 INFO kablam! 1056 | | } Oct 22 00:49:04.165 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.165 INFO kablam! Oct 22 00:49:04.165 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.165 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.165 INFO kablam! | Oct 22 00:49:04.165 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.165 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.165 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.165 INFO kablam! 1056 | | } Oct 22 00:49:04.165 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.165 INFO kablam! Oct 22 00:49:04.165 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.165 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.165 INFO kablam! | Oct 22 00:49:04.165 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.165 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.165 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.165 INFO kablam! 1056 | | } Oct 22 00:49:04.165 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.165 INFO kablam! Oct 22 00:49:04.165 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.165 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.165 INFO kablam! | Oct 22 00:49:04.165 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.165 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.165 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.165 INFO kablam! 1056 | | } Oct 22 00:49:04.165 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.165 INFO kablam! Oct 22 00:49:04.176 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.176 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.176 INFO kablam! | Oct 22 00:49:04.176 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.176 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.176 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.176 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.176 INFO kablam! ... | Oct 22 00:49:04.176 INFO kablam! 1094 | | } Oct 22 00:49:04.176 INFO kablam! 1095 | | } Oct 22 00:49:04.176 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.176 INFO kablam! Oct 22 00:49:04.176 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.176 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.176 INFO kablam! | Oct 22 00:49:04.176 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.176 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.176 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.176 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.176 INFO kablam! ... | Oct 22 00:49:04.176 INFO kablam! 1094 | | } Oct 22 00:49:04.176 INFO kablam! 1095 | | } Oct 22 00:49:04.176 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.176 INFO kablam! Oct 22 00:49:04.176 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.176 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.176 INFO kablam! | Oct 22 00:49:04.176 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.176 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.176 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.176 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.176 INFO kablam! ... | Oct 22 00:49:04.176 INFO kablam! 1094 | | } Oct 22 00:49:04.176 INFO kablam! 1095 | | } Oct 22 00:49:04.176 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.176 INFO kablam! Oct 22 00:49:04.176 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.176 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.176 INFO kablam! | Oct 22 00:49:04.176 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.176 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.176 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.176 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.176 INFO kablam! ... | Oct 22 00:49:04.177 INFO kablam! 1094 | | } Oct 22 00:49:04.177 INFO kablam! 1095 | | } Oct 22 00:49:04.177 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.177 INFO kablam! Oct 22 00:49:04.178 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.178 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.178 INFO kablam! | Oct 22 00:49:04.178 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.178 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.178 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.178 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.178 INFO kablam! ... | Oct 22 00:49:04.178 INFO kablam! 1094 | | } Oct 22 00:49:04.178 INFO kablam! 1095 | | } Oct 22 00:49:04.178 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.178 INFO kablam! Oct 22 00:49:04.178 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.178 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.178 INFO kablam! | Oct 22 00:49:04.178 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.178 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.178 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.178 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.178 INFO kablam! ... | Oct 22 00:49:04.178 INFO kablam! 1094 | | } Oct 22 00:49:04.178 INFO kablam! 1095 | | } Oct 22 00:49:04.178 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.178 INFO kablam! Oct 22 00:49:04.178 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.178 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:04.178 INFO kablam! | Oct 22 00:49:04.178 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:04.178 INFO kablam! 1009 | | &'a self, Oct 22 00:49:04.178 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:04.178 INFO kablam! 1011 | | 'a, Oct 22 00:49:04.178 INFO kablam! ... | Oct 22 00:49:04.178 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:04.178 INFO kablam! 1024 | | >; Oct 22 00:49:04.178 INFO kablam! | |______^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.178 INFO kablam! Oct 22 00:49:04.178 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.178 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:04.178 INFO kablam! | Oct 22 00:49:04.178 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:04.178 INFO kablam! 1009 | | &'a self, Oct 22 00:49:04.178 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:04.178 INFO kablam! 1011 | | 'a, Oct 22 00:49:04.178 INFO kablam! ... | Oct 22 00:49:04.178 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:04.178 INFO kablam! 1024 | | >; Oct 22 00:49:04.178 INFO kablam! | |______^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.178 INFO kablam! Oct 22 00:49:04.178 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.178 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:04.178 INFO kablam! | Oct 22 00:49:04.178 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:04.178 INFO kablam! 1009 | | &'a self, Oct 22 00:49:04.178 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:04.178 INFO kablam! 1011 | | 'a, Oct 22 00:49:04.178 INFO kablam! ... | Oct 22 00:49:04.178 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:04.178 INFO kablam! 1024 | | >; Oct 22 00:49:04.178 INFO kablam! | |______^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.178 INFO kablam! Oct 22 00:49:04.178 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.178 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:04.178 INFO kablam! | Oct 22 00:49:04.178 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:04.178 INFO kablam! 1009 | | &'a self, Oct 22 00:49:04.178 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:04.178 INFO kablam! 1011 | | 'a, Oct 22 00:49:04.178 INFO kablam! ... | Oct 22 00:49:04.178 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:04.178 INFO kablam! 1024 | | >; Oct 22 00:49:04.178 INFO kablam! | |______^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.178 INFO kablam! Oct 22 00:49:04.179 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.179 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:04.179 INFO kablam! | Oct 22 00:49:04.179 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:04.179 INFO kablam! 1009 | | &'a self, Oct 22 00:49:04.179 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:04.179 INFO kablam! 1011 | | 'a, Oct 22 00:49:04.179 INFO kablam! ... | Oct 22 00:49:04.179 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:04.179 INFO kablam! 1024 | | >; Oct 22 00:49:04.179 INFO kablam! | |______^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.179 INFO kablam! Oct 22 00:49:04.179 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.179 INFO kablam! --> src/ewkb.rs:1008:5 Oct 22 00:49:04.179 INFO kablam! | Oct 22 00:49:04.179 INFO kablam! 1008 | / fn as_ewkb( Oct 22 00:49:04.179 INFO kablam! 1009 | | &'a self, Oct 22 00:49:04.179 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 22 00:49:04.179 INFO kablam! 1011 | | 'a, Oct 22 00:49:04.179 INFO kablam! ... | Oct 22 00:49:04.179 INFO kablam! 1023 | | Self::GeomCollection, Oct 22 00:49:04.179 INFO kablam! 1024 | | >; Oct 22 00:49:04.179 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.179 INFO kablam! Oct 22 00:49:04.179 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.179 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.179 INFO kablam! | Oct 22 00:49:04.179 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.179 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.179 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.179 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.179 INFO kablam! ... | Oct 22 00:49:04.179 INFO kablam! 1106 | | } Oct 22 00:49:04.179 INFO kablam! 1107 | | } Oct 22 00:49:04.179 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.179 INFO kablam! Oct 22 00:49:04.179 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.179 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.179 INFO kablam! | Oct 22 00:49:04.179 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.179 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.179 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.179 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.179 INFO kablam! ... | Oct 22 00:49:04.179 INFO kablam! 1106 | | } Oct 22 00:49:04.179 INFO kablam! 1107 | | } Oct 22 00:49:04.179 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.179 INFO kablam! Oct 22 00:49:04.179 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.179 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.179 INFO kablam! | Oct 22 00:49:04.179 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.179 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.179 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.179 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.179 INFO kablam! ... | Oct 22 00:49:04.179 INFO kablam! 1106 | | } Oct 22 00:49:04.179 INFO kablam! 1107 | | } Oct 22 00:49:04.179 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.179 INFO kablam! Oct 22 00:49:04.179 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.179 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.179 INFO kablam! | Oct 22 00:49:04.179 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.179 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.179 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.179 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.179 INFO kablam! ... | Oct 22 00:49:04.179 INFO kablam! 1106 | | } Oct 22 00:49:04.179 INFO kablam! 1107 | | } Oct 22 00:49:04.179 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.179 INFO kablam! Oct 22 00:49:04.179 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.179 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.179 INFO kablam! | Oct 22 00:49:04.179 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.179 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.179 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.179 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.179 INFO kablam! ... | Oct 22 00:49:04.179 INFO kablam! 1106 | | } Oct 22 00:49:04.179 INFO kablam! 1107 | | } Oct 22 00:49:04.179 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.179 INFO kablam! Oct 22 00:49:04.179 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.180 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.180 INFO kablam! | Oct 22 00:49:04.180 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.180 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.180 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.180 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.180 INFO kablam! ... | Oct 22 00:49:04.180 INFO kablam! 1106 | | } Oct 22 00:49:04.180 INFO kablam! 1107 | | } Oct 22 00:49:04.180 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.180 INFO kablam! Oct 22 00:49:04.184 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.184 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.184 INFO kablam! | Oct 22 00:49:04.184 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.184 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.184 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.184 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.184 INFO kablam! ... | Oct 22 00:49:04.184 INFO kablam! 1118 | | } Oct 22 00:49:04.184 INFO kablam! 1119 | | } Oct 22 00:49:04.184 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.184 INFO kablam! Oct 22 00:49:04.185 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.185 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.185 INFO kablam! | Oct 22 00:49:04.185 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.185 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.185 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.185 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.185 INFO kablam! ... | Oct 22 00:49:04.185 INFO kablam! 1118 | | } Oct 22 00:49:04.185 INFO kablam! 1119 | | } Oct 22 00:49:04.185 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.185 INFO kablam! Oct 22 00:49:04.185 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.185 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.185 INFO kablam! | Oct 22 00:49:04.185 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.185 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.185 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.185 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.185 INFO kablam! ... | Oct 22 00:49:04.185 INFO kablam! 1118 | | } Oct 22 00:49:04.185 INFO kablam! 1119 | | } Oct 22 00:49:04.185 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.185 INFO kablam! Oct 22 00:49:04.185 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.185 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.185 INFO kablam! | Oct 22 00:49:04.185 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.185 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.185 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.185 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.185 INFO kablam! ... | Oct 22 00:49:04.185 INFO kablam! 1118 | | } Oct 22 00:49:04.185 INFO kablam! 1119 | | } Oct 22 00:49:04.185 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.185 INFO kablam! Oct 22 00:49:04.185 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.185 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.185 INFO kablam! | Oct 22 00:49:04.185 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.185 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.185 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.185 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.185 INFO kablam! ... | Oct 22 00:49:04.185 INFO kablam! 1118 | | } Oct 22 00:49:04.185 INFO kablam! 1119 | | } Oct 22 00:49:04.185 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.185 INFO kablam! Oct 22 00:49:04.185 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.185 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.185 INFO kablam! | Oct 22 00:49:04.185 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.185 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.185 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.185 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.185 INFO kablam! ... | Oct 22 00:49:04.185 INFO kablam! 1118 | | } Oct 22 00:49:04.185 INFO kablam! 1119 | | } Oct 22 00:49:04.185 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.185 INFO kablam! Oct 22 00:49:04.192 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.192 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.192 INFO kablam! | Oct 22 00:49:04.192 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.192 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.192 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.192 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.192 INFO kablam! ... | Oct 22 00:49:04.192 INFO kablam! 1165 | | } Oct 22 00:49:04.192 INFO kablam! 1166 | | } Oct 22 00:49:04.192 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.192 INFO kablam! Oct 22 00:49:04.192 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.192 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.192 INFO kablam! | Oct 22 00:49:04.193 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.193 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.193 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.193 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.193 INFO kablam! ... | Oct 22 00:49:04.193 INFO kablam! 1165 | | } Oct 22 00:49:04.193 INFO kablam! 1166 | | } Oct 22 00:49:04.193 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.193 INFO kablam! Oct 22 00:49:04.193 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.193 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.193 INFO kablam! | Oct 22 00:49:04.193 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.193 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.193 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.193 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.193 INFO kablam! ... | Oct 22 00:49:04.193 INFO kablam! 1165 | | } Oct 22 00:49:04.193 INFO kablam! 1166 | | } Oct 22 00:49:04.193 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.193 INFO kablam! Oct 22 00:49:04.193 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.193 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.193 INFO kablam! | Oct 22 00:49:04.193 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.193 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.193 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.193 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.193 INFO kablam! ... | Oct 22 00:49:04.193 INFO kablam! 1165 | | } Oct 22 00:49:04.193 INFO kablam! 1166 | | } Oct 22 00:49:04.193 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.193 INFO kablam! Oct 22 00:49:04.193 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.193 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.193 INFO kablam! | Oct 22 00:49:04.193 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.193 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.193 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.193 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.193 INFO kablam! ... | Oct 22 00:49:04.193 INFO kablam! 1165 | | } Oct 22 00:49:04.193 INFO kablam! 1166 | | } Oct 22 00:49:04.193 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.193 INFO kablam! Oct 22 00:49:04.193 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.193 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.193 INFO kablam! | Oct 22 00:49:04.193 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.193 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.193 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.193 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.193 INFO kablam! ... | Oct 22 00:49:04.193 INFO kablam! 1165 | | } Oct 22 00:49:04.193 INFO kablam! 1166 | | } Oct 22 00:49:04.193 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.193 INFO kablam! Oct 22 00:49:04.212 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.212 INFO kablam! --> src/ewkb.rs:1371:5 Oct 22 00:49:04.212 INFO kablam! | Oct 22 00:49:04.212 INFO kablam! 1371 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.212 INFO kablam! 1372 | | write!(f, stringify!(EwkbGeometryCollection))?; //TODO Oct 22 00:49:04.212 INFO kablam! 1373 | | Ok(()) Oct 22 00:49:04.212 INFO kablam! 1374 | | } Oct 22 00:49:04.212 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.212 INFO kablam! Oct 22 00:49:04.212 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.212 INFO kablam! --> src/ewkb.rs:1403:5 Oct 22 00:49:04.213 INFO kablam! | Oct 22 00:49:04.213 INFO kablam! 1403 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.213 INFO kablam! 1404 | | self.srid Oct 22 00:49:04.213 INFO kablam! 1405 | | } Oct 22 00:49:04.213 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.213 INFO kablam! Oct 22 00:49:04.213 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.213 INFO kablam! --> src/ewkb.rs:1407:5 Oct 22 00:49:04.213 INFO kablam! | Oct 22 00:49:04.213 INFO kablam! 1407 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.213 INFO kablam! 1408 | | 0x07 | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.213 INFO kablam! 1409 | | } Oct 22 00:49:04.213 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.213 INFO kablam! Oct 22 00:49:04.213 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.213 INFO kablam! --> src/ewkb.rs:1411:5 Oct 22 00:49:04.213 INFO kablam! | Oct 22 00:49:04.213 INFO kablam! 1411 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.213 INFO kablam! 1412 | | w.write_u32::(self.geom.geometries().len() as u32)?; Oct 22 00:49:04.213 INFO kablam! 1413 | | Oct 22 00:49:04.213 INFO kablam! 1414 | | for geom in self.geom.geometries() { Oct 22 00:49:04.213 INFO kablam! ... | Oct 22 00:49:04.213 INFO kablam! 1474 | | Ok(()) Oct 22 00:49:04.213 INFO kablam! 1475 | | } Oct 22 00:49:04.213 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.213 INFO kablam! Oct 22 00:49:04.224 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.224 INFO kablam! --> src/ewkb.rs:1494:5 Oct 22 00:49:04.224 INFO kablam! | Oct 22 00:49:04.224 INFO kablam! 1494 | / fn as_ewkb( Oct 22 00:49:04.224 INFO kablam! 1495 | | &'a self, Oct 22 00:49:04.224 INFO kablam! 1496 | | ) -> EwkbGeometryCollection< Oct 22 00:49:04.224 INFO kablam! 1497 | | 'a, Oct 22 00:49:04.224 INFO kablam! ... | Oct 22 00:49:04.224 INFO kablam! 1515 | | } Oct 22 00:49:04.224 INFO kablam! 1516 | | } Oct 22 00:49:04.224 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.224 INFO kablam! Oct 22 00:49:04.224 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.224 INFO kablam! --> src/twkb.rs:286:5 Oct 22 00:49:04.224 INFO kablam! | Oct 22 00:49:04.224 INFO kablam! 286 | / fn as_ewkb(&'a self) -> ewkb::EwkbLineString<'a, Self::PointType, Self::Iter> { Oct 22 00:49:04.224 INFO kablam! 287 | | ewkb::EwkbLineString { Oct 22 00:49:04.224 INFO kablam! 288 | | geom: self, Oct 22 00:49:04.224 INFO kablam! 289 | | srid: None, Oct 22 00:49:04.224 INFO kablam! 290 | | point_type: ewkb::PointType::Point, Oct 22 00:49:04.224 INFO kablam! 291 | | } Oct 22 00:49:04.224 INFO kablam! 292 | | } Oct 22 00:49:04.224 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.224 INFO kablam! Oct 22 00:49:04.224 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.224 INFO kablam! --> src/twkb.rs:346:5 Oct 22 00:49:04.224 INFO kablam! | Oct 22 00:49:04.224 INFO kablam! 346 | / fn as_ewkb( Oct 22 00:49:04.224 INFO kablam! 347 | | &'a self, Oct 22 00:49:04.224 INFO kablam! 348 | | ) -> ewkb::EwkbPolygon<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 22 00:49:04.224 INFO kablam! 349 | | ewkb::EwkbPolygon { Oct 22 00:49:04.225 INFO kablam! ... | Oct 22 00:49:04.225 INFO kablam! 353 | | } Oct 22 00:49:04.225 INFO kablam! 354 | | } Oct 22 00:49:04.225 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.225 INFO kablam! Oct 22 00:49:04.225 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.225 INFO kablam! --> src/twkb.rs:404:5 Oct 22 00:49:04.225 INFO kablam! | Oct 22 00:49:04.225 INFO kablam! 404 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPoint<'a, Self::PointType, Self::Iter> { Oct 22 00:49:04.225 INFO kablam! 405 | | ewkb::EwkbMultiPoint { Oct 22 00:49:04.225 INFO kablam! 406 | | geom: self, Oct 22 00:49:04.225 INFO kablam! 407 | | srid: None, Oct 22 00:49:04.225 INFO kablam! 408 | | point_type: ewkb::PointType::Point, Oct 22 00:49:04.225 INFO kablam! 409 | | } Oct 22 00:49:04.225 INFO kablam! 410 | | } Oct 22 00:49:04.225 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.225 INFO kablam! Oct 22 00:49:04.228 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.228 INFO kablam! --> src/twkb.rs:470:5 Oct 22 00:49:04.228 INFO kablam! | Oct 22 00:49:04.228 INFO kablam! 470 | / fn as_ewkb( Oct 22 00:49:04.228 INFO kablam! 471 | | &'a self, Oct 22 00:49:04.228 INFO kablam! 472 | | ) -> ewkb::EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> Oct 22 00:49:04.228 INFO kablam! 473 | | { Oct 22 00:49:04.228 INFO kablam! ... | Oct 22 00:49:04.228 INFO kablam! 478 | | } Oct 22 00:49:04.228 INFO kablam! 479 | | } Oct 22 00:49:04.228 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.228 INFO kablam! Oct 22 00:49:04.228 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.228 INFO kablam! --> src/twkb.rs:554:5 Oct 22 00:49:04.228 INFO kablam! | Oct 22 00:49:04.228 INFO kablam! 554 | / fn as_ewkb( Oct 22 00:49:04.228 INFO kablam! 555 | | &'a self, Oct 22 00:49:04.228 INFO kablam! 556 | | ) -> ewkb::EwkbMultiPolygon< Oct 22 00:49:04.228 INFO kablam! 557 | | 'a, Oct 22 00:49:04.228 INFO kablam! ... | Oct 22 00:49:04.228 INFO kablam! 569 | | } Oct 22 00:49:04.228 INFO kablam! 570 | | } Oct 22 00:49:04.228 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.228 INFO kablam! Oct 22 00:49:04.233 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.233 INFO kablam! --> src/ewkb.rs:566:13 Oct 22 00:49:04.233 INFO kablam! | Oct 22 00:49:04.233 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.233 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 22 00:49:04.233 INFO kablam! 568 | | Ok(()) Oct 22 00:49:04.233 INFO kablam! 569 | | } Oct 22 00:49:04.233 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.233 INFO kablam! ... Oct 22 00:49:04.233 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.233 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.233 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.233 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.233 INFO kablam! Oct 22 00:49:04.233 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.233 INFO kablam! --> src/ewkb.rs:576:13 Oct 22 00:49:04.233 INFO kablam! | Oct 22 00:49:04.233 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.233 INFO kablam! 577 | | self.srid Oct 22 00:49:04.233 INFO kablam! 578 | | } Oct 22 00:49:04.233 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.233 INFO kablam! ... Oct 22 00:49:04.233 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.233 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.233 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.233 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.233 INFO kablam! Oct 22 00:49:04.233 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.233 INFO kablam! --> src/ewkb.rs:580:13 Oct 22 00:49:04.233 INFO kablam! | Oct 22 00:49:04.233 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.233 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.233 INFO kablam! 582 | | } Oct 22 00:49:04.233 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.233 INFO kablam! ... Oct 22 00:49:04.233 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.233 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.233 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.233 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.233 INFO kablam! Oct 22 00:49:04.233 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.233 INFO kablam! --> src/ewkb.rs:584:13 Oct 22 00:49:04.233 INFO kablam! | Oct 22 00:49:04.233 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.233 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 22 00:49:04.233 INFO kablam! 586 | | for geom in self.geom.points() { Oct 22 00:49:04.233 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 22 00:49:04.233 INFO kablam! ... | Oct 22 00:49:04.233 INFO kablam! 590 | | Ok(()) Oct 22 00:49:04.233 INFO kablam! 591 | | } Oct 22 00:49:04.233 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.233 INFO kablam! ... Oct 22 00:49:04.233 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.233 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.233 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.233 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.233 INFO kablam! Oct 22 00:49:04.235 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.235 INFO kablam! --> src/ewkb.rs:599:13 Oct 22 00:49:04.235 INFO kablam! | Oct 22 00:49:04.235 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 22 00:49:04.235 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 22 00:49:04.235 INFO kablam! 601 | | } Oct 22 00:49:04.235 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.235 INFO kablam! ... Oct 22 00:49:04.235 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.235 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.235 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.235 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.235 INFO kablam! Oct 22 00:49:04.244 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.244 INFO kablam! --> src/ewkb.rs:634:13 Oct 22 00:49:04.244 INFO kablam! | Oct 22 00:49:04.244 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.244 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 22 00:49:04.244 INFO kablam! 636 | | Ok(()) Oct 22 00:49:04.244 INFO kablam! 637 | | } Oct 22 00:49:04.244 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.244 INFO kablam! ... Oct 22 00:49:04.244 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.244 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.244 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.244 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.244 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.244 INFO kablam! Oct 22 00:49:04.244 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.244 INFO kablam! --> src/ewkb.rs:646:13 Oct 22 00:49:04.244 INFO kablam! | Oct 22 00:49:04.244 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.244 INFO kablam! 647 | | self.srid Oct 22 00:49:04.244 INFO kablam! 648 | | } Oct 22 00:49:04.244 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.244 INFO kablam! ... Oct 22 00:49:04.244 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.244 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.244 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.244 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.244 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.244 INFO kablam! Oct 22 00:49:04.244 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.244 INFO kablam! --> src/ewkb.rs:650:13 Oct 22 00:49:04.244 INFO kablam! | Oct 22 00:49:04.244 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.244 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.244 INFO kablam! 652 | | } Oct 22 00:49:04.244 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.244 INFO kablam! ... Oct 22 00:49:04.244 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.244 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.244 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.244 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.244 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.244 INFO kablam! Oct 22 00:49:04.244 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.244 INFO kablam! --> src/ewkb.rs:654:13 Oct 22 00:49:04.245 INFO kablam! | Oct 22 00:49:04.245 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.245 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 22 00:49:04.245 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 22 00:49:04.245 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 22 00:49:04.245 INFO kablam! ... | Oct 22 00:49:04.245 INFO kablam! 660 | | Ok(()) Oct 22 00:49:04.245 INFO kablam! 661 | | } Oct 22 00:49:04.245 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.245 INFO kablam! ... Oct 22 00:49:04.245 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.245 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.245 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.245 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.245 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.245 INFO kablam! Oct 22 00:49:04.245 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.245 INFO kablam! --> src/ewkb.rs:671:13 Oct 22 00:49:04.245 INFO kablam! | Oct 22 00:49:04.245 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 22 00:49:04.245 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 22 00:49:04.245 INFO kablam! 673 | | } Oct 22 00:49:04.245 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.245 INFO kablam! ... Oct 22 00:49:04.245 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.245 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.245 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.245 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.245 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.245 INFO kablam! Oct 22 00:49:04.245 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.246 INFO kablam! --> src/ewkb.rs:566:13 Oct 22 00:49:04.246 INFO kablam! | Oct 22 00:49:04.246 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.246 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 22 00:49:04.246 INFO kablam! 568 | | Ok(()) Oct 22 00:49:04.246 INFO kablam! 569 | | } Oct 22 00:49:04.246 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.246 INFO kablam! ... Oct 22 00:49:04.246 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.246 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.246 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.246 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.246 INFO kablam! Oct 22 00:49:04.246 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.246 INFO kablam! --> src/ewkb.rs:576:13 Oct 22 00:49:04.246 INFO kablam! | Oct 22 00:49:04.246 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.246 INFO kablam! 577 | | self.srid Oct 22 00:49:04.246 INFO kablam! 578 | | } Oct 22 00:49:04.246 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.246 INFO kablam! ... Oct 22 00:49:04.246 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.246 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.246 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.246 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.246 INFO kablam! Oct 22 00:49:04.246 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.246 INFO kablam! --> src/ewkb.rs:580:13 Oct 22 00:49:04.246 INFO kablam! | Oct 22 00:49:04.246 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.246 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.246 INFO kablam! 582 | | } Oct 22 00:49:04.246 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.246 INFO kablam! ... Oct 22 00:49:04.246 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.246 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.246 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.246 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.246 INFO kablam! Oct 22 00:49:04.246 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.246 INFO kablam! --> src/ewkb.rs:584:13 Oct 22 00:49:04.246 INFO kablam! | Oct 22 00:49:04.246 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.246 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 22 00:49:04.246 INFO kablam! 586 | | for geom in self.geom.points() { Oct 22 00:49:04.246 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 22 00:49:04.246 INFO kablam! ... | Oct 22 00:49:04.246 INFO kablam! 590 | | Ok(()) Oct 22 00:49:04.246 INFO kablam! 591 | | } Oct 22 00:49:04.246 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.246 INFO kablam! ... Oct 22 00:49:04.246 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.246 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.246 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.246 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.246 INFO kablam! Oct 22 00:49:04.248 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.248 INFO kablam! --> src/ewkb.rs:599:13 Oct 22 00:49:04.248 INFO kablam! | Oct 22 00:49:04.248 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 22 00:49:04.248 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 22 00:49:04.248 INFO kablam! 601 | | } Oct 22 00:49:04.248 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.248 INFO kablam! ... Oct 22 00:49:04.248 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.248 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.248 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.248 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.248 INFO kablam! Oct 22 00:49:04.248 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.248 INFO kablam! --> src/ewkb.rs:634:13 Oct 22 00:49:04.248 INFO kablam! | Oct 22 00:49:04.248 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.248 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 22 00:49:04.248 INFO kablam! 636 | | Ok(()) Oct 22 00:49:04.248 INFO kablam! 637 | | } Oct 22 00:49:04.248 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.248 INFO kablam! ... Oct 22 00:49:04.248 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.248 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.248 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.248 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.248 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.248 INFO kablam! Oct 22 00:49:04.248 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.248 INFO kablam! --> src/ewkb.rs:646:13 Oct 22 00:49:04.248 INFO kablam! | Oct 22 00:49:04.248 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.248 INFO kablam! 647 | | self.srid Oct 22 00:49:04.248 INFO kablam! 648 | | } Oct 22 00:49:04.248 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.248 INFO kablam! ... Oct 22 00:49:04.248 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.248 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.248 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.248 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.248 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.248 INFO kablam! Oct 22 00:49:04.261 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.261 INFO kablam! --> src/ewkb.rs:650:13 Oct 22 00:49:04.261 INFO kablam! | Oct 22 00:49:04.261 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.261 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.261 INFO kablam! 652 | | } Oct 22 00:49:04.261 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.261 INFO kablam! ... Oct 22 00:49:04.261 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.261 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.261 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.261 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.261 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.262 INFO kablam! Oct 22 00:49:04.262 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.262 INFO kablam! --> src/ewkb.rs:654:13 Oct 22 00:49:04.262 INFO kablam! | Oct 22 00:49:04.262 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.262 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 22 00:49:04.262 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 22 00:49:04.262 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 22 00:49:04.262 INFO kablam! ... | Oct 22 00:49:04.262 INFO kablam! 660 | | Ok(()) Oct 22 00:49:04.262 INFO kablam! 661 | | } Oct 22 00:49:04.262 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.262 INFO kablam! ... Oct 22 00:49:04.262 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.262 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.262 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.262 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.262 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.262 INFO kablam! Oct 22 00:49:04.262 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.262 INFO kablam! --> src/ewkb.rs:671:13 Oct 22 00:49:04.262 INFO kablam! | Oct 22 00:49:04.262 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 22 00:49:04.262 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 22 00:49:04.262 INFO kablam! 673 | | } Oct 22 00:49:04.262 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.262 INFO kablam! ... Oct 22 00:49:04.262 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.262 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.262 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.262 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.262 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.262 INFO kablam! Oct 22 00:49:04.262 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.262 INFO kablam! --> src/ewkb.rs:708:13 Oct 22 00:49:04.262 INFO kablam! | Oct 22 00:49:04.262 INFO kablam! 708 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.262 INFO kablam! 709 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 22 00:49:04.262 INFO kablam! 710 | | Ok(()) Oct 22 00:49:04.262 INFO kablam! 711 | | } Oct 22 00:49:04.262 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.262 INFO kablam! ... Oct 22 00:49:04.262 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.262 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.262 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.262 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.262 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.262 INFO kablam! Oct 22 00:49:04.262 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.262 INFO kablam! --> src/ewkb.rs:722:13 Oct 22 00:49:04.262 INFO kablam! | Oct 22 00:49:04.262 INFO kablam! 722 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.262 INFO kablam! 723 | | self.srid Oct 22 00:49:04.262 INFO kablam! 724 | | } Oct 22 00:49:04.262 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.262 INFO kablam! ... Oct 22 00:49:04.262 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.262 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.262 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.262 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.262 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.262 INFO kablam! Oct 22 00:49:04.262 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.262 INFO kablam! --> src/ewkb.rs:726:13 Oct 22 00:49:04.262 INFO kablam! | Oct 22 00:49:04.262 INFO kablam! 726 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.262 INFO kablam! 727 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.262 INFO kablam! 728 | | } Oct 22 00:49:04.262 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.262 INFO kablam! ... Oct 22 00:49:04.262 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.262 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.262 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.262 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.262 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.262 INFO kablam! Oct 22 00:49:04.263 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.263 INFO kablam! --> src/ewkb.rs:730:13 Oct 22 00:49:04.263 INFO kablam! | Oct 22 00:49:04.263 INFO kablam! 730 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.263 INFO kablam! 731 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 22 00:49:04.263 INFO kablam! 732 | | for geom in self.geom.$itemname() { Oct 22 00:49:04.263 INFO kablam! 733 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 22 00:49:04.263 INFO kablam! ... | Oct 22 00:49:04.263 INFO kablam! 736 | | Ok(()) Oct 22 00:49:04.263 INFO kablam! 737 | | } Oct 22 00:49:04.263 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.263 INFO kablam! ... Oct 22 00:49:04.263 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.263 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.263 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.263 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.263 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.263 INFO kablam! Oct 22 00:49:04.263 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.263 INFO kablam! --> src/ewkb.rs:749:13 Oct 22 00:49:04.263 INFO kablam! | Oct 22 00:49:04.263 INFO kablam! 749 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Oct 22 00:49:04.263 INFO kablam! 750 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 22 00:49:04.263 INFO kablam! 751 | | } Oct 22 00:49:04.263 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.263 INFO kablam! ... Oct 22 00:49:04.263 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.263 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.263 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.263 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.264 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.264 INFO kablam! Oct 22 00:49:04.271 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.271 INFO kablam! --> src/postgis.rs:102:13 Oct 22 00:49:04.271 INFO kablam! | Oct 22 00:49:04.271 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 22 00:49:04.271 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 22 00:49:04.271 INFO kablam! 104 | | Ok(IsNull::No) Oct 22 00:49:04.271 INFO kablam! 105 | | } Oct 22 00:49:04.271 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.271 INFO kablam! ... Oct 22 00:49:04.271 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 22 00:49:04.271 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 22 00:49:04.271 INFO kablam! Oct 22 00:49:04.271 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.271 INFO kablam! --> src/postgis.rs:146:1 Oct 22 00:49:04.271 INFO kablam! | Oct 22 00:49:04.271 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 22 00:49:04.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:49:04.271 INFO kablam! | | Oct 22 00:49:04.271 INFO kablam! | the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.271 INFO kablam! | in this macro invocation Oct 22 00:49:04.271 INFO kablam! | Oct 22 00:49:04.271 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 22 00:49:04.271 INFO kablam! Oct 22 00:49:04.271 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.271 INFO kablam! --> src/postgis.rs:118:13 Oct 22 00:49:04.271 INFO kablam! | Oct 22 00:49:04.271 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 22 00:49:04.271 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 22 00:49:04.271 INFO kablam! 120 | | Ok(IsNull::No) Oct 22 00:49:04.271 INFO kablam! 121 | | } Oct 22 00:49:04.271 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.271 INFO kablam! ... Oct 22 00:49:04.271 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 22 00:49:04.271 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 00:49:04.271 INFO kablam! Oct 22 00:49:04.271 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.271 INFO kablam! --> src/postgis.rs:147:1 Oct 22 00:49:04.271 INFO kablam! | Oct 22 00:49:04.271 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 22 00:49:04.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:49:04.272 INFO kablam! | | Oct 22 00:49:04.272 INFO kablam! | the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.272 INFO kablam! | in this macro invocation Oct 22 00:49:04.272 INFO kablam! | Oct 22 00:49:04.272 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 22 00:49:04.272 INFO kablam! Oct 22 00:49:04.272 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.272 INFO kablam! --> src/postgis.rs:102:13 Oct 22 00:49:04.272 INFO kablam! | Oct 22 00:49:04.272 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 22 00:49:04.272 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 22 00:49:04.272 INFO kablam! 104 | | Ok(IsNull::No) Oct 22 00:49:04.272 INFO kablam! 105 | | } Oct 22 00:49:04.272 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.272 INFO kablam! ... Oct 22 00:49:04.272 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 22 00:49:04.272 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 22 00:49:04.272 INFO kablam! Oct 22 00:49:04.272 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.272 INFO kablam! --> src/postgis.rs:148:1 Oct 22 00:49:04.272 INFO kablam! | Oct 22 00:49:04.272 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 22 00:49:04.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:49:04.272 INFO kablam! | | Oct 22 00:49:04.272 INFO kablam! | the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.272 INFO kablam! | in this macro invocation Oct 22 00:49:04.272 INFO kablam! | Oct 22 00:49:04.272 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 22 00:49:04.272 INFO kablam! Oct 22 00:49:04.276 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.276 INFO kablam! --> src/postgis.rs:118:13 Oct 22 00:49:04.276 INFO kablam! | Oct 22 00:49:04.276 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 22 00:49:04.276 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 22 00:49:04.276 INFO kablam! 120 | | Ok(IsNull::No) Oct 22 00:49:04.276 INFO kablam! 121 | | } Oct 22 00:49:04.276 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.276 INFO kablam! ... Oct 22 00:49:04.276 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 22 00:49:04.276 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 00:49:04.276 INFO kablam! Oct 22 00:49:04.276 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.276 INFO kablam! --> src/postgis.rs:149:1 Oct 22 00:49:04.276 INFO kablam! | Oct 22 00:49:04.276 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 22 00:49:04.276 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:49:04.276 INFO kablam! | | Oct 22 00:49:04.276 INFO kablam! | the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.276 INFO kablam! | in this macro invocation Oct 22 00:49:04.276 INFO kablam! | Oct 22 00:49:04.277 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 22 00:49:04.277 INFO kablam! Oct 22 00:49:04.277 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.277 INFO kablam! --> src/postgis.rs:138:13 Oct 22 00:49:04.277 INFO kablam! | Oct 22 00:49:04.277 INFO kablam! 138 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 22 00:49:04.277 INFO kablam! 139 | | self.write_ewkb(out)?; Oct 22 00:49:04.277 INFO kablam! 140 | | Ok(IsNull::No) Oct 22 00:49:04.277 INFO kablam! 141 | | } Oct 22 00:49:04.277 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.277 INFO kablam! ... Oct 22 00:49:04.277 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 22 00:49:04.277 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 00:49:04.277 INFO kablam! Oct 22 00:49:04.277 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.277 INFO kablam! --> src/postgis.rs:150:1 Oct 22 00:49:04.277 INFO kablam! | Oct 22 00:49:04.277 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 22 00:49:04.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:49:04.277 INFO kablam! | | Oct 22 00:49:04.277 INFO kablam! | the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.277 INFO kablam! | in this macro invocation Oct 22 00:49:04.277 INFO kablam! | Oct 22 00:49:04.277 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 22 00:49:04.277 INFO kablam! Oct 22 00:49:04.296 INFO kablam! error: aborting due to 128 previous errors Oct 22 00:49:04.296 INFO kablam! Oct 22 00:49:04.296 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 22 00:49:04.300 INFO kablam! error: Could not compile `postgis`. Oct 22 00:49:04.300 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 22 00:49:04.545 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.545 INFO kablam! --> src/ewkb.rs:1326:5 Oct 22 00:49:04.545 INFO kablam! | Oct 22 00:49:04.545 INFO kablam! 1326 | / fn as_ewkb( Oct 22 00:49:04.545 INFO kablam! 1327 | | &'a self, Oct 22 00:49:04.545 INFO kablam! 1328 | | ) -> EwkbGeometryCollection< Oct 22 00:49:04.545 INFO kablam! 1329 | | 'a, Oct 22 00:49:04.545 INFO kablam! ... | Oct 22 00:49:04.545 INFO kablam! 1341 | | Self::GeomCollection, Oct 22 00:49:04.545 INFO kablam! 1342 | | >; Oct 22 00:49:04.545 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.545 INFO kablam! Oct 22 00:49:04.588 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.588 INFO kablam! --> src/ewkb.rs:559:13 Oct 22 00:49:04.588 INFO kablam! | Oct 22 00:49:04.588 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 22 00:49:04.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.588 INFO kablam! ... Oct 22 00:49:04.588 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.588 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.588 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.588 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.588 INFO kablam! Oct 22 00:49:04.600 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.600 INFO kablam! --> src/ewkb.rs:625:13 Oct 22 00:49:04.600 INFO kablam! | Oct 22 00:49:04.600 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 22 00:49:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.600 INFO kablam! ... Oct 22 00:49:04.600 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.600 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.600 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.600 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.600 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.600 INFO kablam! Oct 22 00:49:04.600 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.600 INFO kablam! --> src/ewkb.rs:559:13 Oct 22 00:49:04.600 INFO kablam! | Oct 22 00:49:04.600 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 22 00:49:04.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.600 INFO kablam! ... Oct 22 00:49:04.600 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.600 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.600 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.601 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.601 INFO kablam! Oct 22 00:49:04.613 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.613 INFO kablam! --> src/ewkb.rs:625:13 Oct 22 00:49:04.613 INFO kablam! | Oct 22 00:49:04.613 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 22 00:49:04.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.613 INFO kablam! ... Oct 22 00:49:04.613 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.613 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.613 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.613 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.613 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.613 INFO kablam! Oct 22 00:49:04.640 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.640 INFO kablam! --> src/ewkb.rs:697:13 Oct 22 00:49:04.640 INFO kablam! | Oct 22 00:49:04.640 INFO kablam! 697 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter>; Oct 22 00:49:04.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.640 INFO kablam! ... Oct 22 00:49:04.640 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.640 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.640 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.640 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.640 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.640 INFO kablam! Oct 22 00:49:04.644 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.644 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.644 INFO kablam! | Oct 22 00:49:04.644 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.644 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.644 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.644 INFO kablam! 1056 | | } Oct 22 00:49:04.644 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.644 INFO kablam! Oct 22 00:49:04.644 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.644 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.644 INFO kablam! | Oct 22 00:49:04.644 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.644 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.644 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.644 INFO kablam! 1056 | | } Oct 22 00:49:04.644 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.644 INFO kablam! Oct 22 00:49:04.644 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.644 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.644 INFO kablam! | Oct 22 00:49:04.644 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.644 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.644 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.644 INFO kablam! 1056 | | } Oct 22 00:49:04.644 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.644 INFO kablam! Oct 22 00:49:04.644 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.644 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.644 INFO kablam! | Oct 22 00:49:04.644 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.644 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.644 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.644 INFO kablam! 1056 | | } Oct 22 00:49:04.644 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.644 INFO kablam! Oct 22 00:49:04.645 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.645 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.645 INFO kablam! | Oct 22 00:49:04.645 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.645 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.645 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.645 INFO kablam! 1056 | | } Oct 22 00:49:04.645 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.645 INFO kablam! Oct 22 00:49:04.645 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.645 INFO kablam! --> src/ewkb.rs:1053:5 Oct 22 00:49:04.645 INFO kablam! | Oct 22 00:49:04.645 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.645 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 22 00:49:04.645 INFO kablam! 1055 | | Ok(()) Oct 22 00:49:04.645 INFO kablam! 1056 | | } Oct 22 00:49:04.645 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.645 INFO kablam! Oct 22 00:49:04.645 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.646 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.646 INFO kablam! | Oct 22 00:49:04.646 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.646 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.646 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.646 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.646 INFO kablam! ... | Oct 22 00:49:04.646 INFO kablam! 1094 | | } Oct 22 00:49:04.646 INFO kablam! 1095 | | } Oct 22 00:49:04.646 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.646 INFO kablam! Oct 22 00:49:04.646 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.646 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.646 INFO kablam! | Oct 22 00:49:04.646 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.646 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.646 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.646 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.646 INFO kablam! ... | Oct 22 00:49:04.646 INFO kablam! 1094 | | } Oct 22 00:49:04.646 INFO kablam! 1095 | | } Oct 22 00:49:04.646 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.646 INFO kablam! Oct 22 00:49:04.646 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.646 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.646 INFO kablam! | Oct 22 00:49:04.646 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.646 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.646 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.646 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.646 INFO kablam! ... | Oct 22 00:49:04.646 INFO kablam! 1094 | | } Oct 22 00:49:04.646 INFO kablam! 1095 | | } Oct 22 00:49:04.646 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.646 INFO kablam! Oct 22 00:49:04.650 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.650 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.650 INFO kablam! | Oct 22 00:49:04.650 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.650 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.650 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.650 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.650 INFO kablam! ... | Oct 22 00:49:04.650 INFO kablam! 1094 | | } Oct 22 00:49:04.650 INFO kablam! 1095 | | } Oct 22 00:49:04.650 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.650 INFO kablam! Oct 22 00:49:04.650 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.650 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.650 INFO kablam! | Oct 22 00:49:04.650 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.650 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.650 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.650 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.650 INFO kablam! ... | Oct 22 00:49:04.650 INFO kablam! 1094 | | } Oct 22 00:49:04.650 INFO kablam! 1095 | | } Oct 22 00:49:04.650 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.650 INFO kablam! Oct 22 00:49:04.650 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.650 INFO kablam! --> src/ewkb.rs:1085:5 Oct 22 00:49:04.650 INFO kablam! | Oct 22 00:49:04.650 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.650 INFO kablam! 1086 | | match *self { Oct 22 00:49:04.651 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.651 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 22 00:49:04.651 INFO kablam! ... | Oct 22 00:49:04.651 INFO kablam! 1094 | | } Oct 22 00:49:04.651 INFO kablam! 1095 | | } Oct 22 00:49:04.651 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.651 INFO kablam! Oct 22 00:49:04.651 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.651 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.651 INFO kablam! | Oct 22 00:49:04.651 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.651 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.651 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.651 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.651 INFO kablam! ... | Oct 22 00:49:04.651 INFO kablam! 1106 | | } Oct 22 00:49:04.651 INFO kablam! 1107 | | } Oct 22 00:49:04.651 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.651 INFO kablam! Oct 22 00:49:04.652 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.652 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.652 INFO kablam! | Oct 22 00:49:04.652 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.652 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.652 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.652 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.652 INFO kablam! ... | Oct 22 00:49:04.652 INFO kablam! 1106 | | } Oct 22 00:49:04.652 INFO kablam! 1107 | | } Oct 22 00:49:04.652 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.652 INFO kablam! Oct 22 00:49:04.652 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.652 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.652 INFO kablam! | Oct 22 00:49:04.652 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.652 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.652 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.652 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.653 INFO kablam! ... | Oct 22 00:49:04.653 INFO kablam! 1106 | | } Oct 22 00:49:04.653 INFO kablam! 1107 | | } Oct 22 00:49:04.653 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.653 INFO kablam! Oct 22 00:49:04.653 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.653 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.653 INFO kablam! | Oct 22 00:49:04.653 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.653 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.653 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.653 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.653 INFO kablam! ... | Oct 22 00:49:04.653 INFO kablam! 1106 | | } Oct 22 00:49:04.653 INFO kablam! 1107 | | } Oct 22 00:49:04.653 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.653 INFO kablam! Oct 22 00:49:04.653 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.653 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.653 INFO kablam! | Oct 22 00:49:04.653 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.653 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.653 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.653 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.653 INFO kablam! ... | Oct 22 00:49:04.653 INFO kablam! 1106 | | } Oct 22 00:49:04.653 INFO kablam! 1107 | | } Oct 22 00:49:04.653 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.653 INFO kablam! Oct 22 00:49:04.653 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.653 INFO kablam! --> src/ewkb.rs:1097:5 Oct 22 00:49:04.653 INFO kablam! | Oct 22 00:49:04.653 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.653 INFO kablam! 1098 | | match *self { Oct 22 00:49:04.653 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.653 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 22 00:49:04.653 INFO kablam! ... | Oct 22 00:49:04.653 INFO kablam! 1106 | | } Oct 22 00:49:04.653 INFO kablam! 1107 | | } Oct 22 00:49:04.653 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.653 INFO kablam! Oct 22 00:49:04.657 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.657 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.657 INFO kablam! | Oct 22 00:49:04.657 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.657 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.657 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.657 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.657 INFO kablam! ... | Oct 22 00:49:04.657 INFO kablam! 1118 | | } Oct 22 00:49:04.658 INFO kablam! 1119 | | } Oct 22 00:49:04.658 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.658 INFO kablam! Oct 22 00:49:04.658 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.658 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.658 INFO kablam! | Oct 22 00:49:04.658 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.658 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.658 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.658 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.658 INFO kablam! ... | Oct 22 00:49:04.658 INFO kablam! 1118 | | } Oct 22 00:49:04.658 INFO kablam! 1119 | | } Oct 22 00:49:04.658 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.658 INFO kablam! Oct 22 00:49:04.658 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.658 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.658 INFO kablam! | Oct 22 00:49:04.658 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.658 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.658 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.658 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.658 INFO kablam! ... | Oct 22 00:49:04.658 INFO kablam! 1118 | | } Oct 22 00:49:04.658 INFO kablam! 1119 | | } Oct 22 00:49:04.658 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.658 INFO kablam! Oct 22 00:49:04.658 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.658 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.658 INFO kablam! | Oct 22 00:49:04.658 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.658 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.658 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.658 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.658 INFO kablam! ... | Oct 22 00:49:04.658 INFO kablam! 1118 | | } Oct 22 00:49:04.658 INFO kablam! 1119 | | } Oct 22 00:49:04.658 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.658 INFO kablam! Oct 22 00:49:04.658 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.658 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.658 INFO kablam! | Oct 22 00:49:04.658 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.658 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.658 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.658 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.658 INFO kablam! ... | Oct 22 00:49:04.658 INFO kablam! 1118 | | } Oct 22 00:49:04.658 INFO kablam! 1119 | | } Oct 22 00:49:04.658 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.658 INFO kablam! Oct 22 00:49:04.658 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.658 INFO kablam! --> src/ewkb.rs:1109:5 Oct 22 00:49:04.658 INFO kablam! | Oct 22 00:49:04.658 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.658 INFO kablam! 1110 | | match *self { Oct 22 00:49:04.658 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.658 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 22 00:49:04.658 INFO kablam! ... | Oct 22 00:49:04.658 INFO kablam! 1118 | | } Oct 22 00:49:04.658 INFO kablam! 1119 | | } Oct 22 00:49:04.658 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.658 INFO kablam! Oct 22 00:49:04.661 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.661 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.661 INFO kablam! | Oct 22 00:49:04.661 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.661 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.661 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.661 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.661 INFO kablam! ... | Oct 22 00:49:04.661 INFO kablam! 1165 | | } Oct 22 00:49:04.661 INFO kablam! 1166 | | } Oct 22 00:49:04.661 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.661 INFO kablam! Oct 22 00:49:04.661 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.661 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.661 INFO kablam! | Oct 22 00:49:04.661 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.661 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.661 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.661 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.661 INFO kablam! ... | Oct 22 00:49:04.661 INFO kablam! 1165 | | } Oct 22 00:49:04.661 INFO kablam! 1166 | | } Oct 22 00:49:04.661 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.661 INFO kablam! Oct 22 00:49:04.661 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.661 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.661 INFO kablam! | Oct 22 00:49:04.661 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.661 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.661 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.661 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.661 INFO kablam! ... | Oct 22 00:49:04.661 INFO kablam! 1165 | | } Oct 22 00:49:04.661 INFO kablam! 1166 | | } Oct 22 00:49:04.661 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.661 INFO kablam! Oct 22 00:49:04.661 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.661 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.661 INFO kablam! | Oct 22 00:49:04.661 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.661 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.661 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.661 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.661 INFO kablam! ... | Oct 22 00:49:04.661 INFO kablam! 1165 | | } Oct 22 00:49:04.661 INFO kablam! 1166 | | } Oct 22 00:49:04.661 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.661 INFO kablam! Oct 22 00:49:04.661 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.661 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.661 INFO kablam! | Oct 22 00:49:04.661 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.661 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.661 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.661 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.661 INFO kablam! ... | Oct 22 00:49:04.661 INFO kablam! 1165 | | } Oct 22 00:49:04.661 INFO kablam! 1166 | | } Oct 22 00:49:04.662 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.662 INFO kablam! Oct 22 00:49:04.662 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.662 INFO kablam! --> src/ewkb.rs:1138:5 Oct 22 00:49:04.662 INFO kablam! | Oct 22 00:49:04.662 INFO kablam! 1138 | / fn as_ewkb( Oct 22 00:49:04.662 INFO kablam! 1139 | | &'a self, Oct 22 00:49:04.662 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 22 00:49:04.662 INFO kablam! 1141 | | 'a, Oct 22 00:49:04.662 INFO kablam! ... | Oct 22 00:49:04.662 INFO kablam! 1165 | | } Oct 22 00:49:04.662 INFO kablam! 1166 | | } Oct 22 00:49:04.662 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.662 INFO kablam! Oct 22 00:49:04.663 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.663 INFO kablam! --> src/ewkb.rs:1371:5 Oct 22 00:49:04.663 INFO kablam! | Oct 22 00:49:04.663 INFO kablam! 1371 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.663 INFO kablam! 1372 | | write!(f, stringify!(EwkbGeometryCollection))?; //TODO Oct 22 00:49:04.663 INFO kablam! 1373 | | Ok(()) Oct 22 00:49:04.663 INFO kablam! 1374 | | } Oct 22 00:49:04.663 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.663 INFO kablam! Oct 22 00:49:04.665 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.665 INFO kablam! --> src/ewkb.rs:1403:5 Oct 22 00:49:04.665 INFO kablam! | Oct 22 00:49:04.665 INFO kablam! 1403 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.665 INFO kablam! 1404 | | self.srid Oct 22 00:49:04.665 INFO kablam! 1405 | | } Oct 22 00:49:04.665 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.665 INFO kablam! Oct 22 00:49:04.668 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.668 INFO kablam! --> src/ewkb.rs:1407:5 Oct 22 00:49:04.668 INFO kablam! | Oct 22 00:49:04.668 INFO kablam! 1407 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.668 INFO kablam! 1408 | | 0x07 | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.668 INFO kablam! 1409 | | } Oct 22 00:49:04.668 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.668 INFO kablam! Oct 22 00:49:04.673 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.673 INFO kablam! --> src/ewkb.rs:1411:5 Oct 22 00:49:04.673 INFO kablam! | Oct 22 00:49:04.673 INFO kablam! 1411 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.673 INFO kablam! 1412 | | w.write_u32::(self.geom.geometries().len() as u32)?; Oct 22 00:49:04.673 INFO kablam! 1413 | | Oct 22 00:49:04.673 INFO kablam! 1414 | | for geom in self.geom.geometries() { Oct 22 00:49:04.673 INFO kablam! ... | Oct 22 00:49:04.673 INFO kablam! 1474 | | Ok(()) Oct 22 00:49:04.673 INFO kablam! 1475 | | } Oct 22 00:49:04.673 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.673 INFO kablam! Oct 22 00:49:04.679 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 22 00:49:04.679 INFO kablam! --> src/ewkb.rs:1494:5 Oct 22 00:49:04.679 INFO kablam! | Oct 22 00:49:04.679 INFO kablam! 1494 | / fn as_ewkb( Oct 22 00:49:04.679 INFO kablam! 1495 | | &'a self, Oct 22 00:49:04.679 INFO kablam! 1496 | | ) -> EwkbGeometryCollection< Oct 22 00:49:04.679 INFO kablam! 1497 | | 'a, Oct 22 00:49:04.679 INFO kablam! ... | Oct 22 00:49:04.679 INFO kablam! 1515 | | } Oct 22 00:49:04.679 INFO kablam! 1516 | | } Oct 22 00:49:04.679 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 22 00:49:04.679 INFO kablam! Oct 22 00:49:04.679 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.679 INFO kablam! --> src/twkb.rs:286:5 Oct 22 00:49:04.679 INFO kablam! | Oct 22 00:49:04.679 INFO kablam! 286 | / fn as_ewkb(&'a self) -> ewkb::EwkbLineString<'a, Self::PointType, Self::Iter> { Oct 22 00:49:04.679 INFO kablam! 287 | | ewkb::EwkbLineString { Oct 22 00:49:04.679 INFO kablam! 288 | | geom: self, Oct 22 00:49:04.679 INFO kablam! 289 | | srid: None, Oct 22 00:49:04.679 INFO kablam! 290 | | point_type: ewkb::PointType::Point, Oct 22 00:49:04.679 INFO kablam! 291 | | } Oct 22 00:49:04.679 INFO kablam! 292 | | } Oct 22 00:49:04.679 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.679 INFO kablam! Oct 22 00:49:04.679 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.679 INFO kablam! --> src/twkb.rs:346:5 Oct 22 00:49:04.679 INFO kablam! | Oct 22 00:49:04.679 INFO kablam! 346 | / fn as_ewkb( Oct 22 00:49:04.679 INFO kablam! 347 | | &'a self, Oct 22 00:49:04.679 INFO kablam! 348 | | ) -> ewkb::EwkbPolygon<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 22 00:49:04.679 INFO kablam! 349 | | ewkb::EwkbPolygon { Oct 22 00:49:04.679 INFO kablam! ... | Oct 22 00:49:04.679 INFO kablam! 353 | | } Oct 22 00:49:04.679 INFO kablam! 354 | | } Oct 22 00:49:04.679 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.679 INFO kablam! Oct 22 00:49:04.679 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.679 INFO kablam! --> src/twkb.rs:404:5 Oct 22 00:49:04.679 INFO kablam! | Oct 22 00:49:04.679 INFO kablam! 404 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPoint<'a, Self::PointType, Self::Iter> { Oct 22 00:49:04.679 INFO kablam! 405 | | ewkb::EwkbMultiPoint { Oct 22 00:49:04.680 INFO kablam! 406 | | geom: self, Oct 22 00:49:04.680 INFO kablam! 407 | | srid: None, Oct 22 00:49:04.680 INFO kablam! 408 | | point_type: ewkb::PointType::Point, Oct 22 00:49:04.680 INFO kablam! 409 | | } Oct 22 00:49:04.680 INFO kablam! 410 | | } Oct 22 00:49:04.680 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.680 INFO kablam! Oct 22 00:49:04.680 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.680 INFO kablam! --> src/twkb.rs:470:5 Oct 22 00:49:04.680 INFO kablam! | Oct 22 00:49:04.680 INFO kablam! 470 | / fn as_ewkb( Oct 22 00:49:04.680 INFO kablam! 471 | | &'a self, Oct 22 00:49:04.680 INFO kablam! 472 | | ) -> ewkb::EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> Oct 22 00:49:04.680 INFO kablam! 473 | | { Oct 22 00:49:04.680 INFO kablam! ... | Oct 22 00:49:04.680 INFO kablam! 478 | | } Oct 22 00:49:04.680 INFO kablam! 479 | | } Oct 22 00:49:04.680 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.680 INFO kablam! Oct 22 00:49:04.680 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.680 INFO kablam! --> src/twkb.rs:554:5 Oct 22 00:49:04.680 INFO kablam! | Oct 22 00:49:04.680 INFO kablam! 554 | / fn as_ewkb( Oct 22 00:49:04.680 INFO kablam! 555 | | &'a self, Oct 22 00:49:04.680 INFO kablam! 556 | | ) -> ewkb::EwkbMultiPolygon< Oct 22 00:49:04.680 INFO kablam! 557 | | 'a, Oct 22 00:49:04.680 INFO kablam! ... | Oct 22 00:49:04.680 INFO kablam! 569 | | } Oct 22 00:49:04.680 INFO kablam! 570 | | } Oct 22 00:49:04.680 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.680 INFO kablam! Oct 22 00:49:04.685 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.685 INFO kablam! --> src/ewkb.rs:566:13 Oct 22 00:49:04.685 INFO kablam! | Oct 22 00:49:04.685 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.685 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 22 00:49:04.685 INFO kablam! 568 | | Ok(()) Oct 22 00:49:04.685 INFO kablam! 569 | | } Oct 22 00:49:04.685 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.685 INFO kablam! ... Oct 22 00:49:04.685 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.685 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.685 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.685 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.685 INFO kablam! Oct 22 00:49:04.685 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.685 INFO kablam! --> src/ewkb.rs:576:13 Oct 22 00:49:04.685 INFO kablam! | Oct 22 00:49:04.685 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.685 INFO kablam! 577 | | self.srid Oct 22 00:49:04.685 INFO kablam! 578 | | } Oct 22 00:49:04.685 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.685 INFO kablam! ... Oct 22 00:49:04.685 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.685 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.685 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.685 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.685 INFO kablam! Oct 22 00:49:04.685 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.685 INFO kablam! --> src/ewkb.rs:580:13 Oct 22 00:49:04.685 INFO kablam! | Oct 22 00:49:04.685 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.685 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.685 INFO kablam! 582 | | } Oct 22 00:49:04.685 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.685 INFO kablam! ... Oct 22 00:49:04.685 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.685 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.685 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.685 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.685 INFO kablam! Oct 22 00:49:04.686 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.686 INFO kablam! --> src/ewkb.rs:584:13 Oct 22 00:49:04.686 INFO kablam! | Oct 22 00:49:04.686 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.686 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 22 00:49:04.686 INFO kablam! 586 | | for geom in self.geom.points() { Oct 22 00:49:04.686 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 22 00:49:04.686 INFO kablam! ... | Oct 22 00:49:04.686 INFO kablam! 590 | | Ok(()) Oct 22 00:49:04.686 INFO kablam! 591 | | } Oct 22 00:49:04.686 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.686 INFO kablam! ... Oct 22 00:49:04.686 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.686 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.686 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.686 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.686 INFO kablam! Oct 22 00:49:04.686 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.686 INFO kablam! --> src/ewkb.rs:599:13 Oct 22 00:49:04.686 INFO kablam! | Oct 22 00:49:04.686 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 22 00:49:04.686 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 22 00:49:04.686 INFO kablam! 601 | | } Oct 22 00:49:04.687 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.687 INFO kablam! ... Oct 22 00:49:04.687 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 22 00:49:04.687 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 22 00:49:04.687 INFO kablam! 761 | | command write_ewkb_body); Oct 22 00:49:04.687 INFO kablam! | |________________________________________________- in this macro invocation Oct 22 00:49:04.687 INFO kablam! Oct 22 00:49:04.690 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.690 INFO kablam! --> src/ewkb.rs:634:13 Oct 22 00:49:04.690 INFO kablam! | Oct 22 00:49:04.690 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.690 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 22 00:49:04.690 INFO kablam! 636 | | Ok(()) Oct 22 00:49:04.690 INFO kablam! 637 | | } Oct 22 00:49:04.690 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.690 INFO kablam! ... Oct 22 00:49:04.690 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.690 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.691 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.691 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.691 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.691 INFO kablam! Oct 22 00:49:04.691 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.691 INFO kablam! --> src/ewkb.rs:646:13 Oct 22 00:49:04.691 INFO kablam! | Oct 22 00:49:04.691 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.691 INFO kablam! 647 | | self.srid Oct 22 00:49:04.691 INFO kablam! 648 | | } Oct 22 00:49:04.691 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.691 INFO kablam! ... Oct 22 00:49:04.691 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.691 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.691 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.691 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.691 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.691 INFO kablam! Oct 22 00:49:04.691 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.691 INFO kablam! --> src/ewkb.rs:650:13 Oct 22 00:49:04.691 INFO kablam! | Oct 22 00:49:04.691 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.691 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.691 INFO kablam! 652 | | } Oct 22 00:49:04.691 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.691 INFO kablam! ... Oct 22 00:49:04.691 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.691 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.691 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.691 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.691 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.691 INFO kablam! Oct 22 00:49:04.691 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.691 INFO kablam! --> src/ewkb.rs:654:13 Oct 22 00:49:04.691 INFO kablam! | Oct 22 00:49:04.691 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.691 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 22 00:49:04.691 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 22 00:49:04.691 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 22 00:49:04.691 INFO kablam! ... | Oct 22 00:49:04.691 INFO kablam! 660 | | Ok(()) Oct 22 00:49:04.691 INFO kablam! 661 | | } Oct 22 00:49:04.691 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.691 INFO kablam! ... Oct 22 00:49:04.691 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.691 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.691 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.691 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.691 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.691 INFO kablam! Oct 22 00:49:04.700 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.700 INFO kablam! --> src/ewkb.rs:671:13 Oct 22 00:49:04.700 INFO kablam! | Oct 22 00:49:04.700 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 22 00:49:04.700 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 22 00:49:04.700 INFO kablam! 673 | | } Oct 22 00:49:04.700 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.700 INFO kablam! ... Oct 22 00:49:04.700 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 22 00:49:04.700 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 22 00:49:04.700 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 22 00:49:04.700 INFO kablam! 778 | | command write_ewkb_body); Oct 22 00:49:04.700 INFO kablam! | |___________________________________________________- in this macro invocation Oct 22 00:49:04.700 INFO kablam! Oct 22 00:49:04.700 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.700 INFO kablam! --> src/ewkb.rs:566:13 Oct 22 00:49:04.700 INFO kablam! | Oct 22 00:49:04.700 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.700 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 22 00:49:04.700 INFO kablam! 568 | | Ok(()) Oct 22 00:49:04.700 INFO kablam! 569 | | } Oct 22 00:49:04.700 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.700 INFO kablam! ... Oct 22 00:49:04.700 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.700 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.700 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.700 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.700 INFO kablam! Oct 22 00:49:04.700 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.700 INFO kablam! --> src/ewkb.rs:576:13 Oct 22 00:49:04.700 INFO kablam! | Oct 22 00:49:04.700 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.700 INFO kablam! 577 | | self.srid Oct 22 00:49:04.700 INFO kablam! 578 | | } Oct 22 00:49:04.700 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.700 INFO kablam! ... Oct 22 00:49:04.700 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.700 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.701 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.701 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.701 INFO kablam! Oct 22 00:49:04.701 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.701 INFO kablam! --> src/ewkb.rs:580:13 Oct 22 00:49:04.701 INFO kablam! | Oct 22 00:49:04.701 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.701 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.701 INFO kablam! 582 | | } Oct 22 00:49:04.701 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.701 INFO kablam! ... Oct 22 00:49:04.701 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.701 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.701 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.701 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.701 INFO kablam! Oct 22 00:49:04.701 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.701 INFO kablam! --> src/ewkb.rs:584:13 Oct 22 00:49:04.701 INFO kablam! | Oct 22 00:49:04.701 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.701 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 22 00:49:04.701 INFO kablam! 586 | | for geom in self.geom.points() { Oct 22 00:49:04.701 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 22 00:49:04.701 INFO kablam! ... | Oct 22 00:49:04.701 INFO kablam! 590 | | Ok(()) Oct 22 00:49:04.701 INFO kablam! 591 | | } Oct 22 00:49:04.701 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.701 INFO kablam! ... Oct 22 00:49:04.701 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.701 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.701 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.701 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.701 INFO kablam! Oct 22 00:49:04.701 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.701 INFO kablam! --> src/ewkb.rs:599:13 Oct 22 00:49:04.701 INFO kablam! | Oct 22 00:49:04.701 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 22 00:49:04.701 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 22 00:49:04.701 INFO kablam! 601 | | } Oct 22 00:49:04.701 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.701 INFO kablam! ... Oct 22 00:49:04.701 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 22 00:49:04.701 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 22 00:49:04.701 INFO kablam! 794 | | command write_ewkb); Oct 22 00:49:04.701 INFO kablam! | |___________________________________________- in this macro invocation Oct 22 00:49:04.701 INFO kablam! Oct 22 00:49:04.702 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.702 INFO kablam! --> src/ewkb.rs:634:13 Oct 22 00:49:04.702 INFO kablam! | Oct 22 00:49:04.702 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.702 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 22 00:49:04.702 INFO kablam! 636 | | Ok(()) Oct 22 00:49:04.702 INFO kablam! 637 | | } Oct 22 00:49:04.702 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.702 INFO kablam! ... Oct 22 00:49:04.702 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.702 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.702 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.702 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.702 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.702 INFO kablam! Oct 22 00:49:04.702 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.702 INFO kablam! --> src/ewkb.rs:646:13 Oct 22 00:49:04.702 INFO kablam! | Oct 22 00:49:04.702 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.702 INFO kablam! 647 | | self.srid Oct 22 00:49:04.702 INFO kablam! 648 | | } Oct 22 00:49:04.702 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.702 INFO kablam! ... Oct 22 00:49:04.702 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.702 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.702 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.702 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.702 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.702 INFO kablam! Oct 22 00:49:04.702 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.702 INFO kablam! --> src/ewkb.rs:650:13 Oct 22 00:49:04.702 INFO kablam! | Oct 22 00:49:04.702 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.702 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.702 INFO kablam! 652 | | } Oct 22 00:49:04.702 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.702 INFO kablam! ... Oct 22 00:49:04.702 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.702 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.702 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.702 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.702 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.702 INFO kablam! Oct 22 00:49:04.702 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.702 INFO kablam! --> src/ewkb.rs:654:13 Oct 22 00:49:04.702 INFO kablam! | Oct 22 00:49:04.702 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.702 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 22 00:49:04.702 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 22 00:49:04.702 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 22 00:49:04.702 INFO kablam! ... | Oct 22 00:49:04.702 INFO kablam! 660 | | Ok(()) Oct 22 00:49:04.702 INFO kablam! 661 | | } Oct 22 00:49:04.702 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.702 INFO kablam! ... Oct 22 00:49:04.702 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.702 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.702 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.702 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.702 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.702 INFO kablam! Oct 22 00:49:04.702 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.703 INFO kablam! --> src/ewkb.rs:671:13 Oct 22 00:49:04.703 INFO kablam! | Oct 22 00:49:04.703 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 22 00:49:04.703 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 22 00:49:04.703 INFO kablam! 673 | | } Oct 22 00:49:04.703 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.703 INFO kablam! ... Oct 22 00:49:04.703 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 22 00:49:04.703 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 22 00:49:04.703 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 22 00:49:04.703 INFO kablam! 811 | | command write_ewkb); Oct 22 00:49:04.703 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.703 INFO kablam! Oct 22 00:49:04.704 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.704 INFO kablam! --> src/ewkb.rs:708:13 Oct 22 00:49:04.704 INFO kablam! | Oct 22 00:49:04.704 INFO kablam! 708 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 22 00:49:04.704 INFO kablam! 709 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 22 00:49:04.704 INFO kablam! 710 | | Ok(()) Oct 22 00:49:04.704 INFO kablam! 711 | | } Oct 22 00:49:04.704 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.704 INFO kablam! ... Oct 22 00:49:04.704 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.705 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.705 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.705 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.705 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.705 INFO kablam! Oct 22 00:49:04.705 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.705 INFO kablam! --> src/ewkb.rs:722:13 Oct 22 00:49:04.705 INFO kablam! | Oct 22 00:49:04.705 INFO kablam! 722 | / fn opt_srid(&self) -> Option { Oct 22 00:49:04.705 INFO kablam! 723 | | self.srid Oct 22 00:49:04.705 INFO kablam! 724 | | } Oct 22 00:49:04.705 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.705 INFO kablam! ... Oct 22 00:49:04.705 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.705 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.705 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.705 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.705 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.705 INFO kablam! Oct 22 00:49:04.705 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.705 INFO kablam! --> src/ewkb.rs:726:13 Oct 22 00:49:04.705 INFO kablam! | Oct 22 00:49:04.705 INFO kablam! 726 | / fn type_id(&self) -> u32 { Oct 22 00:49:04.705 INFO kablam! 727 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 22 00:49:04.705 INFO kablam! 728 | | } Oct 22 00:49:04.705 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.705 INFO kablam! ... Oct 22 00:49:04.705 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.705 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.705 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.705 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.705 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.705 INFO kablam! Oct 22 00:49:04.712 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.712 INFO kablam! --> src/ewkb.rs:730:13 Oct 22 00:49:04.712 INFO kablam! | Oct 22 00:49:04.712 INFO kablam! 730 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 22 00:49:04.712 INFO kablam! 731 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 22 00:49:04.712 INFO kablam! 732 | | for geom in self.geom.$itemname() { Oct 22 00:49:04.712 INFO kablam! 733 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 22 00:49:04.712 INFO kablam! ... | Oct 22 00:49:04.712 INFO kablam! 736 | | Ok(()) Oct 22 00:49:04.712 INFO kablam! 737 | | } Oct 22 00:49:04.712 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.712 INFO kablam! ... Oct 22 00:49:04.712 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.712 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.712 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.712 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.712 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.712 INFO kablam! Oct 22 00:49:04.712 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.712 INFO kablam! --> src/ewkb.rs:749:13 Oct 22 00:49:04.712 INFO kablam! | Oct 22 00:49:04.712 INFO kablam! 749 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Oct 22 00:49:04.712 INFO kablam! 750 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 22 00:49:04.712 INFO kablam! 751 | | } Oct 22 00:49:04.712 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.712 INFO kablam! ... Oct 22 00:49:04.712 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 22 00:49:04.712 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 22 00:49:04.712 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 22 00:49:04.712 INFO kablam! 828 | | command write_ewkb); Oct 22 00:49:04.712 INFO kablam! | |______________________________________________- in this macro invocation Oct 22 00:49:04.712 INFO kablam! Oct 22 00:49:04.720 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.720 INFO kablam! --> src/postgis.rs:102:13 Oct 22 00:49:04.720 INFO kablam! | Oct 22 00:49:04.720 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 22 00:49:04.720 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 22 00:49:04.720 INFO kablam! 104 | | Ok(IsNull::No) Oct 22 00:49:04.720 INFO kablam! 105 | | } Oct 22 00:49:04.720 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.720 INFO kablam! ... Oct 22 00:49:04.720 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 22 00:49:04.720 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 22 00:49:04.720 INFO kablam! Oct 22 00:49:04.720 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 22 00:49:04.720 INFO kablam! --> src/postgis.rs:146:1 Oct 22 00:49:04.720 INFO kablam! | Oct 22 00:49:04.720 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 22 00:49:04.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:49:04.720 INFO kablam! | | Oct 22 00:49:04.720 INFO kablam! | the trait `types::LineString<'a>` is not implemented for `usize` Oct 22 00:49:04.720 INFO kablam! | in this macro invocation Oct 22 00:49:04.720 INFO kablam! | Oct 22 00:49:04.720 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 22 00:49:04.720 INFO kablam! Oct 22 00:49:04.720 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.720 INFO kablam! --> src/postgis.rs:118:13 Oct 22 00:49:04.720 INFO kablam! | Oct 22 00:49:04.720 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 22 00:49:04.720 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 22 00:49:04.720 INFO kablam! 120 | | Ok(IsNull::No) Oct 22 00:49:04.720 INFO kablam! 121 | | } Oct 22 00:49:04.720 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.720 INFO kablam! ... Oct 22 00:49:04.720 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 22 00:49:04.720 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 22 00:49:04.720 INFO kablam! Oct 22 00:49:04.720 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 22 00:49:04.720 INFO kablam! --> src/postgis.rs:147:1 Oct 22 00:49:04.720 INFO kablam! | Oct 22 00:49:04.720 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 22 00:49:04.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:49:04.720 INFO kablam! | | Oct 22 00:49:04.720 INFO kablam! | the trait `types::Polygon<'a>` is not implemented for `usize` Oct 22 00:49:04.720 INFO kablam! | in this macro invocation Oct 22 00:49:04.720 INFO kablam! | Oct 22 00:49:04.720 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 22 00:49:04.721 INFO kablam! Oct 22 00:49:04.721 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.721 INFO kablam! --> src/postgis.rs:102:13 Oct 22 00:49:04.721 INFO kablam! | Oct 22 00:49:04.721 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 22 00:49:04.721 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 22 00:49:04.721 INFO kablam! 104 | | Ok(IsNull::No) Oct 22 00:49:04.721 INFO kablam! 105 | | } Oct 22 00:49:04.721 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.721 INFO kablam! ... Oct 22 00:49:04.721 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 22 00:49:04.721 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 22 00:49:04.721 INFO kablam! Oct 22 00:49:04.721 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 22 00:49:04.721 INFO kablam! --> src/postgis.rs:148:1 Oct 22 00:49:04.721 INFO kablam! | Oct 22 00:49:04.721 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 22 00:49:04.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:49:04.721 INFO kablam! | | Oct 22 00:49:04.721 INFO kablam! | the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 22 00:49:04.721 INFO kablam! | in this macro invocation Oct 22 00:49:04.721 INFO kablam! | Oct 22 00:49:04.721 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 22 00:49:04.721 INFO kablam! Oct 22 00:49:04.721 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.721 INFO kablam! --> src/postgis.rs:118:13 Oct 22 00:49:04.721 INFO kablam! | Oct 22 00:49:04.721 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 22 00:49:04.721 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 22 00:49:04.721 INFO kablam! 120 | | Ok(IsNull::No) Oct 22 00:49:04.721 INFO kablam! 121 | | } Oct 22 00:49:04.721 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.721 INFO kablam! ... Oct 22 00:49:04.721 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 22 00:49:04.721 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 22 00:49:04.721 INFO kablam! Oct 22 00:49:04.722 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 22 00:49:04.722 INFO kablam! --> src/postgis.rs:149:1 Oct 22 00:49:04.722 INFO kablam! | Oct 22 00:49:04.722 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 22 00:49:04.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:49:04.722 INFO kablam! | | Oct 22 00:49:04.722 INFO kablam! | the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 22 00:49:04.722 INFO kablam! | in this macro invocation Oct 22 00:49:04.722 INFO kablam! | Oct 22 00:49:04.722 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 22 00:49:04.722 INFO kablam! Oct 22 00:49:04.722 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.722 INFO kablam! --> src/postgis.rs:138:13 Oct 22 00:49:04.722 INFO kablam! | Oct 22 00:49:04.722 INFO kablam! 138 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 22 00:49:04.722 INFO kablam! 139 | | self.write_ewkb(out)?; Oct 22 00:49:04.722 INFO kablam! 140 | | Ok(IsNull::No) Oct 22 00:49:04.722 INFO kablam! 141 | | } Oct 22 00:49:04.722 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.722 INFO kablam! ... Oct 22 00:49:04.722 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 22 00:49:04.722 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 22 00:49:04.722 INFO kablam! Oct 22 00:49:04.722 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 22 00:49:04.722 INFO kablam! --> src/postgis.rs:150:1 Oct 22 00:49:04.722 INFO kablam! | Oct 22 00:49:04.722 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 22 00:49:04.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 00:49:04.722 INFO kablam! | | Oct 22 00:49:04.722 INFO kablam! | the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 22 00:49:04.722 INFO kablam! | in this macro invocation Oct 22 00:49:04.722 INFO kablam! | Oct 22 00:49:04.722 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 22 00:49:04.722 INFO kablam! Oct 22 00:49:04.738 INFO kablam! error: aborting due to 128 previous errors Oct 22 00:49:04.738 INFO kablam! Oct 22 00:49:04.738 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 22 00:49:04.749 INFO kablam! error: Could not compile `postgis`. Oct 22 00:49:04.749 INFO kablam! Oct 22 00:49:04.749 INFO kablam! To learn more, run the command again with --verbose. Oct 22 00:49:04.750 INFO kablam! su: No module specific data is present Oct 22 00:49:05.512 INFO running `"docker" "rm" "-f" "e462cd21afff43cb289f43e18654858ccd0031c7f0b31cff50c797670c5b7ddf"` Oct 22 00:49:05.812 INFO blam! e462cd21afff43cb289f43e18654858ccd0031c7f0b31cff50c797670c5b7ddf