Home
last modified time | relevance | path

Searched defs:Result (Results 1 – 12 of 12) sorted by relevance

/libCEED/rust/libceed/src/
H A Dqfunction.rs377 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
416 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
433 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
H A Dvector.rs225 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
830 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
886 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
H A Dlib.rs133 pub type Result<T> = std::result::Result<T, Error>; typedef
143 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
248 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
H A Doperator.rs333 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
381 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
437 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
H A Delem_restriction.rs138 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
H A Dbasis.rs119 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
/libCEED/examples/rust/ex1-volume/src/
H A Dmain.rs38 fn example_1(options: opt::Opt) -> libceed::Result<()> { in example_1()
/libCEED/examples/rust/ex1-volume-vector/src/
H A Dmain.rs39 fn example_1_vector(options: opt::Opt) -> libceed::Result<()> { in example_1_vector()
/libCEED/examples/rust/ex3-volume-vector/src/
H A Dmain.rs39 fn example_3_vector(options: opt::Opt) -> libceed::Result<()> { in example_3_vector()
/libCEED/examples/rust/ex3-volume/src/
H A Dmain.rs38 fn example_3(options: opt::Opt) -> libceed::Result<()> { in example_3()
/libCEED/examples/rust/ex2-surface/src/
H A Dmain.rs39 fn example_2(options: opt::Opt) -> libceed::Result<()> { in example_2()
/libCEED/examples/rust/ex2-surface-vector/src/
H A Dmain.rs40 fn example_2_vector(options: opt::Opt) -> libceed::Result<()> { in example_2_vector()