Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

FixedSerde

Fully qualified path: cubit::f128::types::fixed::FixedSerde

impl FixedSerde of Serde<Fixed>;

Impl functions

serialize

Fully qualified path: cubit::f128::types::fixed::FixedSerde::serialize

fn serialize(self: @Fixed, ref output: Array<felt252>)

deserialize

Fully qualified path: cubit::f128::types::fixed::FixedSerde::deserialize

fn deserialize(ref serialized: Span<felt252>) -> Option<Fixed>